Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.34 KB

README.md

File metadata and controls

54 lines (36 loc) · 2.34 KB

Deadline Cloud samples

This repository contains a set of samples to use with AWS Deadline Cloud.

Job bundle samples

The job_bundles directory contains sample jobs that you can submit to your Deadline Cloud queue. You can use the Deadline Cloud CLI to submit these jobs to your queues.

The Open Job Description Specifications repository has more samples that you can use with AWS Deadline Cloud.

CLI job submission

$ deadline bundle submit job_bundles/cli_job -p DataDir=~/data_dir

GUI job submission

$ deadline bundle gui-submit job_bundles/gui_control_showcase

deadline bundle gui-submit showcase

Conda recipes

The conda_recipes directory contains samples and tooling for building conda packages for your Deadline Cloud queues. You can use the submit-package-job tool to submit build jobs to your queue. See this blog post for instructions on how to configure your Deadline Cloud farm for building and using an Amazon S3 conda channel.

Queue environment samples

The queue_environments directory contains sample queue environments you can attach to your Deadline Cloud queue, to provide software applications to your jobs from Conda or Rez.

Additional resources

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.