Skip to content

Commit 2019709

Browse files
committed
fix: use wheel files for installation in trtllm build
1 parent f7e468c commit 2019709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/Dockerfile.tensorrt_llm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ RUN uv pip install --extra-index-url "${TENSORRTLLM_INDEX_URL}" "${TENSORRTLLM_P
486486
if [ "$ARCH" = "amd64" ]; then \
487487
pip install "triton==3.3.1"; \
488488
fi; \
489-
uv pip install ai-dynamo nixl --find-links /workspace/wheelhouse
489+
uv pip install /workspace/wheelhouse/ai_dynamo_runtime*cp312*.whl /workspace/wheelhouse/ai_dynamo*any.whl /workspace/wheelhouse/nixl*.whl
490490

491491
# Copy benchmarks, backends and tests for CI
492492
# TODO: Remove this once we have a functional CI image built on top of the runtime image

0 commit comments

Comments
 (0)