Skip to content

Commit

Permalink
Use pip.conf in citestwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jun 12, 2024
1 parent b561cdd commit 3454da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions citestwheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ ARG PYTHON_VER
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"

ARG DEBIAN_FRONTEND=noninteractive

ENV PYENV_ROOT="/pyenv"
Expand Down Expand Up @@ -66,4 +63,7 @@ RUN wget https://github.com/rapidsai/gha-tools/releases/latest/download/tools.ta
# git safe directory
RUN git config --system --add safe.directory '*'

# Add pip.conf
COPY pip.conf /etc/xdg/pip/pip.conf

CMD ["/bin/bash"]

0 comments on commit 3454da6

Please sign in to comment.