Capsule Settings

To open the Capsule Settings, double click on a capsule or hover over a capsule and click the gear icon.

At the top of the Capsule Settings view the capsule’s description by hovering over the information icon. Open the capsule by clicking Go to this capsule.

Compute Resources

Under the resources section of the capsule settings you can adjust the compute resources that are allocated to your capsule. All pipelines run on dedicated machines. Pipelines can be configured to run on spot instances by your Administrator. More information on dedicated machines and spot instances can be found at Dedicated Machines.

Arguments

Supplying run script arguments in a pipeline capsule will replace the arguments that are supplied by that capsule’s App Panel. This is a way to customize the inputs to the pipeline capsule without making any changes to the original capsule. Refer to App Panel for more information on how to create an an App Panel.

Additional Note: Git Installation

For a capsule to run successfully in a pipeline, git must be installed. This is dependent on the starter image that is used for each pipeline. If not installed, include it as a package in the capsule's environment editor. A good indication is that if the conda package manager isn’t installed, neither is git.

Last updated