Build an AYON Launcher conda package for Deadline Cloud
The
ayon-launcherayon-python-api, and core launcher logic.
The conda package provides only the runtime environment. The studio-specific bundle (addons and dependency package) is delivered separately through Deadline Cloud job attachments. This separation means the conda package rarely changes and no rebuild is needed when addons are updated.
The recipe builds for Linux (linux-64) directly from
GitHub releases. For Windows (win-64), extract the installer
on a Windows machine and place the resulting zip in
conda_recipes/archive_files. Refer to the recipe's README for
exact steps.
Submit the build from the conda_recipes directory:
./submit-package-job ayon-launcher
At runtime, the job must provide the following environment variables:
-
AYON_SERVER_URL— URL of the AYON server. -
AYON_API_KEY— API key for server authentication. -
AYON_BUNDLE_NAME— Bundle name to resolve addons from.