Unverified Commit 1bc913ef authored by Biswa Panda's avatar Biswa Panda Committed by GitHub
Browse files

fix: update container image to standard vllm-runtime tag (#6781)

parent 9d10e050
...@@ -11,7 +11,7 @@ spec: ...@@ -11,7 +11,7 @@ spec:
replicas: 1 replicas: 1
extraPodSpec: extraPodSpec:
mainContainer: mainContainer:
image: nvcr.io/nvidian/dynamo-dev/biswa:7e499b5c460f1883a9945d221123e0760051210f-39500608-vllm-amd64 image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:my-tag
VllmDecodeWorker: VllmDecodeWorker:
envFromSecret: hf-token-secret envFromSecret: hf-token-secret
componentType: worker componentType: worker
...@@ -24,7 +24,7 @@ spec: ...@@ -24,7 +24,7 @@ spec:
name: Qwen/Qwen3-0.6B name: Qwen/Qwen3-0.6B
extraPodSpec: extraPodSpec:
mainContainer: mainContainer:
image: nvcr.io/nvidian/dynamo-dev/biswa:7e499b5c460f1883a9945d221123e0760051210f-39500608-vllm-amd64 image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:my-tag
workingDir: /workspace/examples/backends/vllm workingDir: /workspace/examples/backends/vllm
env: env:
- name: DYN_LORA_ENABLED - name: DYN_LORA_ENABLED
......
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