Unverified Commit 90ef3038 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: use wheel files for installation in trtllm build (#2372)

parent f7e468c7
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment