This repository contains a set of samples to use with AWS Deadline Cloud.
The Open Job Description Specifications repository has additional samples that can be used with AWS Deadline Cloud.
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 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.
$ deadline bundle submit job_bundles/cli_job -p DataDir=~/data_dir
$ deadline bundle gui-submit job_bundles/gui_control_showcase
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.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.