Console-equivalent and improved-caching conda queue environments
The samples repository on the GitHub website includes the following conda queue environments that match the Deadline Cloud console onboarding flow:
- conda_queue_env_from_console.yaml
-
A copy of the queue environment that the Deadline Cloud console onboarding flow adds. The
onEnterandonExitactions run theconda-queue-env-enterandconda-queue-env-exitcommands, which are provided on service-managed fleet workers and use Rattleron the GitHub website. These commands typically run faster than equivalent operations with conda. - conda_queue_env_improved_caching.yaml
-
A version of the console-equivalent queue environment that reuses virtual environments across multiple jobs. This setting can significantly improve performance when running many jobs with the same package requirements. By default, persistent environments are stored under
~/.persistent_envs; modify theonEnterandonExitactions to reference a different path.
To get equivalent functionality on customer-managed fleets, see Inline conda queue environments for Deadline Cloud customer-managed fleets.