Skip to content

Commit 309f92e

Browse files
authored
[None][infra] Use artifactory pypi mirror for Cython install (NVIDIA#9774)
Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com>
1 parent b050804 commit 309f92e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/common/install_mpi4py.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -ex
55
GITHUB_URL="https://github.com"
66
if [ -n "${GITHUB_MIRROR}" ]; then
77
GITHUB_URL=${GITHUB_MIRROR}
8+
export PIP_INDEX_URL="https://urm.nvidia.com/artifactory/api/pypi/pypi-remote/simple"
89
fi
910

1011
MPI4PY_VERSION="3.1.5"

0 commit comments

Comments
 (0)