Skip to content

Commit

Permalink
Update .github/workflows/build-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass authored Feb 23, 2024
1 parent 05c9447 commit e0a5ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
RAPIDS_VER=${{ inputs.RAPIDS_VER }}
tags: ${{ inputs.RAFT_ANN_BENCH_DATASETS_TAG }}-${{ matrix.ARCH }}
- name: Build RAFT ANN Benchmarks CPU image
if: inputs.CUDA_VER == '12.0.1' || inputs.CUDA_VER == '12.2.2' # we don't need to build CPU packages for different CUDA versions.
if: inputs.CUDA_VER == '12.2.2' # we don't need to build CPU packages for different CUDA versions.
uses: docker/build-push-action@v4
with:
context: context
Expand Down

0 comments on commit e0a5ef1

Please sign in to comment.