Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Add PIP_EXTRA_INDEX_URL and gh tool to build images #29

Merged
merged 10 commits into from
Jul 19, 2023
3 changes: 3 additions & 0 deletions ci-wheel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ 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.k8s.rapids.ai/simple"

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

Expand Down