Skip to content

Commit

Permalink
Merge branch 'main' into install_codecovcli_source
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe authored Jun 14, 2024
2 parents 11d4129 + f1a3459 commit 1a6aedd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# CI code owners
* @rapidsai/ci-codeowners
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
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"]
5 changes: 4 additions & 1 deletion context/pip.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[global]
quiet = 0
verbose = 2

extra-index-url =
https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
https://pypi.nvidia.com
1 change: 1 addition & 0 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CUDA_VER:
- "11.8.0"
- "12.0.1"
- "12.2.2"
- "12.5.0"
PYTHON_VER:
- "3.9"
- "3.10"
Expand Down

0 comments on commit 1a6aedd

Please sign in to comment.