本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
在 Deadline Cloud 上通过四个阶段开发一份工作包
job_dev_progression
将第一阶段提交到您的农场:
deadline bundle submit stage_1_self_contained_template
你也可以使用 Open Job Descri ption CLI 在本地运行作业
openjd run stage_1_self_contained_template/template.yaml
要在本地使用队列环境来提供 conda 软件包,请传递以下--environment选项:
openjd run --environment ../../queue_environments/conda_queue_env_from_console.yaml \ stage_1_self_contained_template/template.yaml