Skip to content

Commit

Permalink
use ci-wheel containers to get arm images
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 15, 2023
1 parent 774b2c8 commit 7449fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
arch: ["arm64", "amd64"]
container:
# Use CentOS 7 for an old glibc version, so the wheel has broad manylinux compatibility.
image: "rapidsai/ci-conda:cuda12.0.1-centos7-py3.10"
image: "rapidsai/ci-wheel:cuda12.0.1-centos7-py3.10"
env:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
steps:
Expand Down

0 comments on commit 7449fcb

Please sign in to comment.