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
90ef3038
Unverified
Commit
90ef3038
authored
Aug 08, 2025
by
Anant Sharma
Committed by
GitHub
Aug 08, 2025
Browse files
fix: use wheel files for installation in trtllm build (#2372)
parent
f7e468c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container/Dockerfile.tensorrt_llm
container/Dockerfile.tensorrt_llm
+1
-1
No files found.
container/Dockerfile.tensorrt_llm
View file @
90ef3038
...
@@ -486,7 +486,7 @@ RUN uv pip install --extra-index-url "${TENSORRTLLM_INDEX_URL}" "${TENSORRTLLM_P
...
@@ -486,7 +486,7 @@ RUN uv pip install --extra-index-url "${TENSORRTLLM_INDEX_URL}" "${TENSORRTLLM_P
if [ "$ARCH" = "amd64" ]; then \
if [ "$ARCH" = "amd64" ]; then \
pip install "triton==3.3.1"; \
pip install "triton==3.3.1"; \
fi; \
fi; \
uv pip install ai
-
dynamo
nixl --find-links
/workspace/wheelhouse
uv pip install
/workspace/wheelhouse/
ai
_
dynamo
_runtime*cp312*.whl /workspace/wheelhouse/ai_dynamo*any.whl
/workspace/wheelhouse
/nixl*.whl
# Copy benchmarks, backends and tests for CI
# Copy benchmarks, backends and tests for CI
# TODO: Remove this once we have a functional CI image built on top of the runtime image
# TODO: Remove this once we have a functional CI image built on top of the runtime image
...
...
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