We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
citestwheel
cuda-base
cuda-devel
1 parent 4866bb5 commit bc81c48Copy full SHA for bc81c48
1 file changed
.github/workflows/wheels-test.yaml
@@ -234,7 +234,7 @@ jobs:
234
runs-on: "linux-${{ matrix.ARCH }}-gpu-${{ matrix.GPU }}-${{ matrix.DRIVER }}-1"
235
continue-on-error: ${{ inputs.continue-on-error }}
236
container:
237
- image: "rapidsai/citestwheel:26.06-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"
+ image: "rapidsai/staging:citestwheel-400-26.06-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"
238
options: ${{ inputs.container-options }}
239
env:
240
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} # GPU jobs must set this container env variable
0 commit comments