Develop a job bundle through four stages on Deadline Cloud
The
job_dev_progression
Submit the first stage to your farm:
deadline bundle submit stage_1_self_contained_template
You can also run jobs locally for development with the
Open Job
Description CLI
openjd run stage_1_self_contained_template/template.yaml
To use a queue environment locally to provide conda packages, pass the
--environment option:
openjd run --environment ../../queue_environments/conda_queue_env_from_console.yaml \ stage_1_self_contained_template/template.yaml