File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
cuda-version : ['12.4']
58
58
ffmpeg-version-for-tests : ['7']
59
59
container :
60
- image : " pytorch/manylinux -builder:cuda${{ matrix.cuda-version }}"
60
+ image : " pytorch/manylinux2_28 -builder:cuda${{ matrix.cuda-version }}"
61
61
options : " --gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"
62
62
needs : build
63
63
steps :
Original file line number Diff line number Diff line change 69
69
cuda-version : ['11.8', '12.1', '12.4']
70
70
ffmpeg-version-for-tests : ['5', '6', '7']
71
71
container :
72
- image : " pytorch/manylinux -builder:cuda${{ matrix.cuda-version }}"
72
+ image : " pytorch/manylinux2_28 -builder:cuda${{ matrix.cuda-version }}"
73
73
options : " --gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"
74
74
needs : build
75
75
steps :
You can’t perform that action at this time.
0 commit comments