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
2c2f7c7d
Unverified
Commit
2c2f7c7d
authored
Oct 17, 2025
by
Indrajit Bhosale
Committed by
GitHub
Oct 17, 2025
Browse files
chore: Fix cuda lock in trtllm dockerfile (#3684)
Signed-off-by:
Indrajit Bhosale
<
iamindrajitb@gmail.com
>
parent
7ead8b71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
container/Dockerfile.trtllm
container/Dockerfile.trtllm
+3
-0
No files found.
container/Dockerfile.trtllm
View file @
2c2f7c7d
...
...
@@ -196,6 +196,9 @@ ARG TENSORRTLLM_INDEX_URL
COPY --from=trtllm_wheel /*.whl /trtllm_wheel/
COPY --from=trtllm_wheel /*.txt /trtllm_wheel/
# NOTE: locking cuda-python version to <13 to avoid breaks with tensorrt-llm 1.0.0rc6.
RUN uv pip install "cuda-python>=12,<13"
# Note: TensorRT needs to be uninstalled before installing the TRTLLM wheel
# because there might be mismatched versions of TensorRT between the NGC PyTorch
# 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