File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments