Skip to content

Commit

Permalink
Enable AARCH64 raft-ann-bench images (#598)
Browse files Browse the repository at this point in the history
PR enables AARCH64 raft-ann-bench* images and fixes the multiarch GHA jobs.

Authors:
  - Dante Gama Dessavre (https://github.com/dantegd)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #598
  • Loading branch information
dantegd authored Oct 11, 2023
1 parent 5a5ce15 commit 4901350
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
DASK_SQL_VER=${{ inputs.DASK_SQL_VER }}
tags: ${{ inputs.NOTEBOOKS_TAG }}-${{ matrix.ARCH }}
- name: Build RAFT ANN Benchmarks GPU image
if: (!(inputs.CUDA_VER == '11.8.0' && matrix.ARCH == 'arm64')) # no ARM CUDA 11.8 packages on rapidsai-nightly channel, enabling this in follow up PR
uses: docker/build-push-action@v4
with:
context: context
Expand All @@ -129,7 +128,6 @@ jobs:
RAPIDS_VER=${{ inputs.RAPIDS_VER }}
tags: ${{ inputs.RAFT_ANN_BENCH_TAG }}-${{ matrix.ARCH }}
- name: Build RAFT ANN Benchmarks GPU with datasets image
if: (!(inputs.CUDA_VER == '11.8.0' && matrix.ARCH == 'arm64')) # no ARM CUDA 11.8 packages on rapidsai-nightly channel, enabling this in follow up PR
uses: docker/build-push-action@v4
with:
context: context
Expand Down

0 comments on commit 4901350

Please sign in to comment.