Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit a8018c1

Browse files
authored
Fix a docker build error (NVIDIA#719)
1 parent 59f41c0 commit a8018c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.multi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ FROM devel as release
6363
WORKDIR /app/tensorrt_llm
6464
COPY --from=wheel /src/tensorrt_llm/build/tensorrt_llm*.whl .
6565
COPY --from=wheel /src/tensorrt_llm/cpp/include/ include/
66-
RUN pip install tensorrt_llm*.whl && \
66+
RUN pip install tensorrt_llm*.whl --extra-index-url https://pypi.nvidia.com && \
6767
rm tensorrt_llm*.whl
6868
COPY README.md ./
6969
COPY examples examples

0 commit comments

Comments
 (0)