Skip to content

Commit 7c757be

Browse files
atalmanNicolasHug
andauthored
Update linux_cuda_wheel.yaml - use manylinux2_28 for testing (#414)
Co-authored-by: Nicolas Hug <[email protected]>
1 parent f9dd9b5 commit 7c757be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
# the wheel unless the label cliflow/binaries/all is present in the
5555
# PR.
5656
python-version: ['3.9']
57-
cuda-version: ['12.4']
57+
cuda-version: ['12.6']
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
# For the actual release we should add that label and change this to
6767
# include more python versions.
6868
python-version: ['3.9']
69-
cuda-version: ['11.8', '12.1', '12.4']
69+
cuda-version: ['12.6']
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)