Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: use workingDir instead of cd
  • Loading branch information
hhzhang16 committed Jul 7, 2025
commit 7747765e0a9935b3ad0cb15a0d3f0545d7c9a1d0
8 changes: 2 additions & 6 deletions examples/vllm_v0/deploy/agg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ spec:
extraPodSpec:
mainContainer:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.3.1
workingDir: /workspace/examples/vllm_v0
args:
- cd
- /workspace/examples/vllm_v0
- "&&"
- dynamo
- serve
- graphs.agg:Frontend
Expand All @@ -50,10 +48,8 @@ spec:
extraPodSpec:
mainContainer:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.3.1
workingDir: /workspace/examples/vllm_v0
args:
- cd
- /workspace/examples/vllm_v0
- "&&"
- dynamo
- serve
- graphs.agg:VllmWorker
Expand Down
12 changes: 3 additions & 9 deletions examples/vllm_v0/deploy/disagg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ spec:
extraPodSpec:
mainContainer:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.3.1
workingDir: /workspace/examples/vllm_v0
args:
- cd
- /workspace/examples/vllm_v0
- "&&"
- dynamo
- serve
- graphs.disagg:Frontend
Expand All @@ -50,10 +48,8 @@ spec:
extraPodSpec:
mainContainer:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.3.1
workingDir: /workspace/examples/vllm_v0
args:
- cd
- /workspace/examples/vllm_v0
- "&&"
- dynamo
- serve
- graphs.disagg:VllmWorker
Expand All @@ -79,10 +75,8 @@ spec:
extraPodSpec:
mainContainer:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.3.1
workingDir: /workspace/examples/vllm_v0
args:
- cd
- /workspace/examples/vllm_v0
- "&&"
- dynamo
- serve
- graphs.disagg:PrefillWorker
Expand Down
20 changes: 5 additions & 15 deletions examples/vllm_v0/deploy/disagg_planner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ spec:
extraPodSpec:
mainContainer:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.3.1
workingDir: /workspace/examples/vllm_v0
args:
- cd
- /workspace/examples/vllm_v0
- "&&"
- dynamo
- serve
- graphs.disagg_planner:Frontend
Expand All @@ -51,10 +49,8 @@ spec:
extraPodSpec:
mainContainer:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.3.1
workingDir: /workspace/examples/vllm_v0
args:
- cd
- /workspace/examples/vllm_v0
- "&&"
- dynamo
- serve
- graphs.disagg_planner:Frontend
Expand All @@ -81,10 +77,8 @@ spec:
extraPodSpec:
mainContainer:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.3.1
workingDir: /workspace/examples/vllm_v0
args:
- cd
- /workspace/examples/vllm_v0
- "&&"
- dynamo
- serve
- graphs.disagg_planner:Frontend
Expand All @@ -109,10 +103,8 @@ spec:
extraPodSpec:
mainContainer:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.3.1
workingDir: /workspace/examples/vllm_v0
args:
- cd
- /workspace/examples/vllm_v0
- "&&"
- dynamo
- serve
- graphs.disagg_planner:Planner
Expand All @@ -137,10 +129,8 @@ spec:
extraPodSpec:
mainContainer:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.3.1
workingDir: /workspace/examples/vllm_v0
args:
- cd
- /workspace/examples/vllm_v0
- "&&"
- dynamo
- serve
- graphs.disagg_planner:Frontend
Expand Down
Loading