@@ -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