mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[None][infra] Use artifactory pypi mirror for Cython install (#9774)
Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com>
This commit is contained in:
parent
b050804b63
commit
309f92ec09
@ -5,6 +5,7 @@ set -ex
|
||||
GITHUB_URL="https://github.com"
|
||||
if [ -n "${GITHUB_MIRROR}" ]; then
|
||||
GITHUB_URL=${GITHUB_MIRROR}
|
||||
export PIP_INDEX_URL="https://urm.nvidia.com/artifactory/api/pypi/pypi-remote/simple"
|
||||
fi
|
||||
|
||||
MPI4PY_VERSION="3.1.5"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user