Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docker/common/install_nixl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ fi

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

Expand Down
4 changes: 0 additions & 4 deletions docker/common/install_ucx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ UCX_INSTALL_PATH="/usr/local/ucx/"
CUDA_PATH="/usr/local/cuda"
UCX_REPO="https://github.com/openucx/ucx.git"

if [ -n "${GITHUB_MIRROR}" ]; then
export UCX_REPO="https://gitlab-master.nvidia.com/ftp/GitHubSync/ucx.git"
fi

rm -rf ${UCX_INSTALL_PATH}
git clone --depth 1 -b ${UCX_VERSION} ${UCX_REPO}
cd ucx
Expand Down
Loading