Skip to content

Commit

Permalink
always consider pypy.nvidia.com in pip commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 11, 2024
1 parent e44a863 commit e3a426e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV RAPIDS_CUDA_VERSION="${CUDA_VER}"
ENV RAPIDS_PY_VERSION="${PYTHON_VER}"

# RAPIDS pip index
ENV PIP_EXTRA_INDEX_URL="https://pypi.anaconda.org/rapidsai-wheels-nightly/simple"

ENV PYENV_ROOT="/pyenv"
ENV PATH="/pyenv/bin:/pyenv/shims:$PATH"

Expand Down
4 changes: 4 additions & 0 deletions context/pip.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[global]
quiet = 0
verbose = 2

extra-index-url =
https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
https://pypi.nvidia.com

0 comments on commit e3a426e

Please sign in to comment.