Skip to content

Commit e60503c

Browse files
committed
Re-enabling cuVS bench docker build (datasets container)
1 parent edcacd1 commit e60503c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build-cuvs-image.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,20 +96,20 @@ jobs:
9696
PYTHON_VER=${{ inputs.PYTHON_VER }}
9797
RAPIDS_VER=${{ inputs.RAPIDS_VER }}
9898
tags: ${{ inputs.CUVS_BENCH_TAG }}-${{ matrix.ARCH }}
99-
# - name: Build cuVS Benchmarks GPU with datasets image
100-
# uses: docker/build-push-action@v6
101-
# with:
102-
# context: context
103-
# file: cuvs-bench/gpu/Dockerfile
104-
# target: cuvs-bench-datasets
105-
# push: true
106-
# pull: true
107-
# build-args: |
108-
# CUDA_VER=${{ inputs.CUDA_VER }}
109-
# LINUX_VER=${{ inputs.LINUX_VER }}
110-
# PYTHON_VER=${{ inputs.PYTHON_VER }}
111-
# RAPIDS_VER=${{ inputs.RAPIDS_VER }}
112-
# tags: ${{ inputs.CUVS_BENCH_DATASETS_TAG }}-${{ matrix.ARCH }}
99+
- name: Build cuVS Benchmarks GPU with datasets image
100+
uses: docker/build-push-action@v6
101+
with:
102+
context: context
103+
file: cuvs-bench/gpu/Dockerfile
104+
target: cuvs-bench-datasets
105+
push: true
106+
pull: true
107+
build-args: |
108+
CUDA_VER=${{ inputs.CUDA_VER }}
109+
LINUX_VER=${{ inputs.LINUX_VER }}
110+
PYTHON_VER=${{ inputs.PYTHON_VER }}
111+
RAPIDS_VER=${{ inputs.RAPIDS_VER }}
112+
tags: ${{ inputs.CUVS_BENCH_DATASETS_TAG }}-${{ matrix.ARCH }}
113113
- name: Build cuVS Benchmarks CPU image
114114
if: inputs.BUILD_CUVS_BENCH_CPU_IMAGE
115115
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)