You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,12 +68,13 @@ pip install "ai-dynamo[all]"
68
68
69
69
### Building the Dynamo Base Image
70
70
71
-
Although not needed for local development, deploying your Dynamo pipelines to Kubernetes will require you to build and push a Dynamo base image to your container registry. You can use any container registry of your choice, such as:
71
+
Although not needed for local development, deploying your Dynamo pipelines to Kubernetes will require you to use a Dynamo base image to your container registry. You can use any container registry of your choice, such as:
72
72
- Docker Hub (docker.io)
73
73
- NVIDIA NGC Container Registry (nvcr.io)
74
74
- Any private registry
75
75
76
-
Here's how to build it:
76
+
We publish our images in [nvcr.io](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/ai-dynamo/containers/vllm-runtime) and you can use them.
77
+
Alternatively you could build and push an image from source:
0 commit comments