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
f0709194
Unverified
Commit
f0709194
authored
Sep 29, 2025
by
Tushar Sharma
Committed by
GitHub
Sep 29, 2025
Browse files
fix: copy wheel from trtllm wheel stage (#3256)
Signed-off-by:
Tushar Sharma
<
tusharma@nvidia.com
>
parent
1a5016b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
container/Dockerfile.trtllm
container/Dockerfile.trtllm
+2
-0
No files found.
container/Dockerfile.trtllm
View file @
f0709194
...
@@ -181,6 +181,8 @@ ARG HAS_TRTLLM_CONTEXT
...
@@ -181,6 +181,8 @@ ARG HAS_TRTLLM_CONTEXT
ARG TENSORRTLLM_PIP_WHEEL
ARG TENSORRTLLM_PIP_WHEEL
ARG TENSORRTLLM_INDEX_URL
ARG TENSORRTLLM_INDEX_URL
# Copy only wheel files from trtllm_wheel stage from build_context
COPY --from=trtllm_wheel /*.whl /trtllm_wheel/
# Note: TensorRT needs to be uninstalled before installing the TRTLLM wheel
# Note: TensorRT needs to be uninstalled before installing the TRTLLM wheel
# because there might be mismatched versions of TensorRT between the NGC PyTorch
# because there might be mismatched versions of TensorRT between the NGC PyTorch
# and the TRTLLM wheel.
# and the TRTLLM wheel.
...
...
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