Unverified Commit 3718da8c authored by Ben Hamm's avatar Ben Hamm Committed by GitHub
Browse files

chore(recipes): update container image tags to 1.0.0 (#7375)


Co-authored-by: default avatarClaude Opus 4.6 <noreply@anthropic.com>
parent cec19d4d
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
value: /home/dynamo/.cache/huggingface value: /home/dynamo/.cache/huggingface
extraPodSpec: extraPodSpec:
mainContainer: mainContainer:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.8.0 image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.0.0
workingDir: /workspace workingDir: /workspace
command: command:
- python3 - python3
...@@ -63,7 +63,7 @@ spec: ...@@ -63,7 +63,7 @@ spec:
- python3 - python3
- -m - -m
- dynamo.vllm - dynamo.vllm
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.8.0 image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.0.0
env: env:
- name: DYN_HEALTH_CHECK_ENABLED - name: DYN_HEALTH_CHECK_ENABLED
value: "false" value: "false"
......
...@@ -26,7 +26,7 @@ spec: ...@@ -26,7 +26,7 @@ spec:
- python - python
- -m - -m
- dynamo.frontend - dynamo.frontend
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.8.0 image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.0.0
workingDir: /workspace workingDir: /workspace
replicas: 1 replicas: 1
resources: resources:
...@@ -64,7 +64,7 @@ spec: ...@@ -64,7 +64,7 @@ spec:
- python3 - python3
- -m - -m
- dynamo.vllm - dynamo.vllm
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.8.0 image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.0.0
workingDir: /workspace workingDir: /workspace
env: env:
- name: DYN_HEALTH_CHECK_ENABLED - name: DYN_HEALTH_CHECK_ENABLED
...@@ -121,7 +121,7 @@ spec: ...@@ -121,7 +121,7 @@ spec:
- python3 - python3
- -m - -m
- dynamo.vllm - dynamo.vllm
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.8.0 image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.0.0
env: env:
- name: DYN_HEALTH_CHECK_ENABLED - name: DYN_HEALTH_CHECK_ENABLED
value: "false" value: "false"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment