We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af9b2e commit 0b25d24Copy full SHA for 0b25d24
docker/common/install_nixl.sh
@@ -17,7 +17,6 @@ fi
17
18
if [ -n "${GITHUB_MIRROR}" ]; then
19
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"
21
fi
22
pip3 install --no-cache-dir meson ninja pybind11
23
docker/common/install_ucx.sh
@@ -6,10 +6,6 @@ UCX_INSTALL_PATH="/usr/local/ucx/"
6
CUDA_PATH="/usr/local/cuda"
7
UCX_REPO="https://github.com/openucx/ucx.git"
8
9
-if [ -n "${GITHUB_MIRROR}" ]; then
10
- export UCX_REPO="https://gitlab-master.nvidia.com/ftp/GitHubSync/ucx.git"
11
-fi
12
-
13
rm -rf ${UCX_INSTALL_PATH}
14
git clone --depth 1 -b ${UCX_VERSION} ${UCX_REPO}
15
cd ucx
0 commit comments