OCI distribution of the dynamo-platform Helm chart for deploying the NVIDIA Dynamo operator and its dependencies on Kubernetes.
A comprehensive Helm chart for deploying the NVIDIA Dynamo operator and its dependencies, distributed as an OCI artifact. This requires Dynamo-CRDs to be installed.
This is the OCI distribution of the dynamo-platform Helm chart. It contains the same chart, byte for byte, as the Dynamo Platform entry served from the NGC Helm registry. It is published to nvcr.io so that consumers on OCI-only registries (Azure Container Registry, Amazon ECR, Harbor) can mirror and pull it.
Install
helm pull oci://nvcr.io/nvidia/ai-dynamo/dynamo-platform --version 1.4.0
helm install dynamo-platform \
oci://nvcr.io/nvidia/ai-dynamo/dynamo-platform \
--version 1.4.0 \
--namespace dynamo-system --create-namespace
Inspect the chart without installing:
helm show chart oci://nvcr.io/nvidia/ai-dynamo/dynamo-platform --version 1.4.0
For more information, see the Deploying Inference Graphs to Kubernetes guide.
License
NVIDIA Dynamo is released under an open-source license, Apache-2.0, making it freely available for development, research, and deployment.
Disclaimer: Installing this helm chart might result in pulling and running docker images that contain software licensed under GPL-2.0, GPL-3.0+, and LGPL-2.1+. Please make sure to comply with the software license requirements.
Technical Support
GitHub Issues: Dynamo GitHub Issues