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
3d7f7a56
Unverified
Commit
3d7f7a56
authored
Oct 16, 2025
by
Anant Sharma
Committed by
GitHub
Oct 16, 2025
Browse files
fix: copy commit info in trtllm build (#3619)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
9a002b30
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
container/Dockerfile.trtllm
container/Dockerfile.trtllm
+3
-1
No files found.
container/Dockerfile.trtllm
View file @
3d7f7a56
...
@@ -191,8 +191,10 @@ ARG HAS_TRTLLM_CONTEXT
...
@@ -191,8 +191,10 @@ 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 only wheel files
and commit info
from trtllm_wheel stage from build_context
COPY --from=trtllm_wheel /*.whl /trtllm_wheel/
COPY --from=trtllm_wheel /*.whl /trtllm_wheel/
COPY --from=trtllm_wheel /*.txt /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