Skip to content

Commit 20fe615

Browse files
TRTLLM dockerfile - fixed relative path
1 parent 9c2ff14 commit 20fe615

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
@@ -506,7 +506,7 @@ RUN uv pip install --extra-index-url "${TENSORRTLLM_INDEX_URL}" "${TENSORRTLLM_P
506506
if [ "$ARCH" = "amd64" ]; then \
507507
pip install "triton==3.3.1"; \
508508
fi; \
509-
uv pip install ai-dynamo nixl --find-links wheelhouse
509+
uv pip install ai-dynamo nixl --find-links /workspace/wheelhouse
510510

511511
# Setup TRTLLM environment variables, same as in dev image
512512
ENV TRTLLM_USE_UCX_KVCACHE=1

0 commit comments

Comments
 (0)