Skip to content

Commit 0b25d24

Browse files
authored
[TRTLLM-9018][infra] add mirror for Build-Docker-Images stage (#9063)
Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com> Signed-off-by: Zhanrui Sun <184402041+ZhanruiSunCh@users.noreply.github.com>
1 parent 1af9b2e commit 0b25d24

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

docker/common/install_nixl.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ fi
1717

1818
if [ -n "${GITHUB_MIRROR}" ]; then
1919
export PIP_INDEX_URL="https://urm.nvidia.com/artifactory/api/pypi/pypi-remote/simple"
20-
export NIXL_REPO="https://gitlab-master.nvidia.com/ftp/GitHubSync/nixl.git"
2120
fi
2221
pip3 install --no-cache-dir meson ninja pybind11
2322

docker/common/install_ucx.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ UCX_INSTALL_PATH="/usr/local/ucx/"
66
CUDA_PATH="/usr/local/cuda"
77
UCX_REPO="https://github.com/openucx/ucx.git"
88

9-
if [ -n "${GITHUB_MIRROR}" ]; then
10-
export UCX_REPO="https://gitlab-master.nvidia.com/ftp/GitHubSync/ucx.git"
11-
fi
12-
139
rm -rf ${UCX_INSTALL_PATH}
1410
git clone --depth 1 -b ${UCX_VERSION} ${UCX_REPO}
1511
cd ucx

0 commit comments

Comments
 (0)