Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
3c0763f7
Unverified
Commit
3c0763f7
authored
Nov 06, 2025
by
Tzu-Ling Kan
Committed by
GitHub
Nov 06, 2025
Browse files
fix: Fix Dockerfile.local_vllm (#4141)
Signed-off-by:
tzulingk@nvidia.com
<
tzulingk@nvidia.com
>
parent
e0fb52d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/fault_tolerance/deploy/container/Dockerfile.local_vllm
tests/fault_tolerance/deploy/container/Dockerfile.local_vllm
+1
-1
No files found.
tests/fault_tolerance/deploy/container/Dockerfile.local_vllm
View file @
3c0763f7
...
@@ -132,7 +132,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
...
@@ -132,7 +132,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
COPY --from=dynamo_base /opt/dynamo/wheelhouse/ /opt/dynamo/wheelhouse/
COPY --from=dynamo_base /opt/dynamo/wheelhouse/ /opt/dynamo/wheelhouse/
RUN --mount=type=cache,target=/root/.cache/uv \
RUN --mount=type=cache,target=/root/.cache/uv \
uv pip install \
uv pip install \
/opt/dynamo/wheelhouse/ai_dynamo_runtime*
cp312*
.whl \
/opt/dynamo/wheelhouse/ai_dynamo_runtime*.whl \
/opt/dynamo/wheelhouse/ai_dynamo*any.whl \
/opt/dynamo/wheelhouse/ai_dynamo*any.whl \
/opt/dynamo/wheelhouse/nixl/nixl*.whl \
/opt/dynamo/wheelhouse/nixl/nixl*.whl \
&& rm -rf /opt/dynamo/wheelhouse
&& rm -rf /opt/dynamo/wheelhouse
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment