Skip to content

Commit cb63b15

Browse files
authored
Use manylinxux2_28 to test CUDA wheels (meta-pytorch#388)
1 parent 08da1bf commit cb63b15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cuda-version: ['12.4']
5858
ffmpeg-version-for-tests: ['7']
5959
container:
60-
image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
60+
image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
6161
options: "--gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"
6262
needs: build
6363
steps:

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
cuda-version: ['11.8', '12.1', '12.4']
7070
ffmpeg-version-for-tests: ['5', '6', '7']
7171
container:
72-
image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
72+
image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
7373
options: "--gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"
7474
needs: build
7575
steps:

0 commit comments

Comments
 (0)