We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf8041 commit bd8e368Copy full SHA for bd8e368
container/Dockerfile.tensorrt_llm
@@ -506,7 +506,7 @@ RUN uv pip install --extra-index-url "${TENSORRTLLM_INDEX_URL}" "${TENSORRTLLM_P
506
if [ "$ARCH" = "amd64" ]; then \
507
pip install "triton==3.3.1"; \
508
fi; \
509
- 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
510
511
# Setup TRTLLM environment variables, same as in dev image
512
ENV TRTLLM_USE_UCX_KVCACHE=1
0 commit comments