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 f7e468c commit 90ef303Copy full SHA for 90ef303
container/Dockerfile.tensorrt_llm
@@ -486,7 +486,7 @@ RUN uv pip install --extra-index-url "${TENSORRTLLM_INDEX_URL}" "${TENSORRTLLM_P
486
if [ "$ARCH" = "amd64" ]; then \
487
pip install "triton==3.3.1"; \
488
fi; \
489
- 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
490
491
# Copy benchmarks, backends and tests for CI
492
# TODO: Remove this once we have a functional CI image built on top of the runtime image
0 commit comments