Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Feb 27, 2024
1 parent 235dce0 commit 88fd891
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ This repository includes the following CI images for RAPIDS:
The `latest` image tags are controlled by the values in `latest.yaml`.

## Building the dockerfiles locally

To easily build the dockerfiles locally, you may use the following snippets:

```sh
export LINUX_VER=ubuntu22.04
export CUDA_VER=12.2
export CUDA_VER=12.2.2
export PYTHON_VER=3.11
export ARCH=amd64
docker build $(ci/compute-build-args.sh) -f ci-conda.Dockerfile context/
Expand Down
4 changes: 2 additions & 2 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ ARG TARGETPLATFORM
ARG CUDA_VER
ARG LINUX_VER
ARG PYTHON_VER
ARG CODECOV_VER
ARG SCCACHE_VER

ARG DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -102,6 +100,7 @@ esac
EOF

# Install gha-tools
ARG SCCACHE_VER
RUN wget https://github.com/rapidsai/gha-tools/releases/latest/download/tools.tar.gz -O - \
| tar -xz -C /usr/local/bin

Expand All @@ -120,6 +119,7 @@ conda clean -aipty
EOF

# Install codecov binary
ARG CODECOV_VER
RUN <<EOF
case "${TARGETPLATFORM}" in
"linux/amd64")
Expand Down

0 comments on commit 88fd891

Please sign in to comment.