Skip to content

Commit 6fc87c6

Browse files
committed
Fix
Signed-off-by: ZhanruiSunCh <[email protected]>
1 parent e0cdc49 commit 6fc87c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.multi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ RUN bash ./install_etcd.sh && rm install_etcd.sh
8989
FROM ${TRITON_IMAGE}:${TRITON_BASE_TAG} AS triton
9090

9191
FROM devel AS tritondevel
92+
ARG GITHUB_MIRROR=""
9293

9394
COPY --from=triton /opt/tritonserver/backends/python /opt/tritonserver/backends/python
9495
COPY --from=triton /opt/tritonserver/lib /opt/tritonserver/lib
@@ -100,7 +101,7 @@ COPY --from=triton /opt/tritonserver/caches /opt/tritonserver/caches
100101
COPY docker/common/install_triton.sh \
101102
./
102103

103-
RUN bash ./install_triton.sh && rm install_triton.sh
104+
RUN GITHUB_MIRROR=${GITHUB_MIRROR} bash ./install_triton.sh && rm install_triton.sh
104105

105106
FROM ${DEVEL_IMAGE} AS wheel
106107
WORKDIR /src/tensorrt_llm

0 commit comments

Comments
 (0)