Skip to content

Commit

Permalink
Similar changes to doc build job
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Nov 29, 2024
1 parent d1f2169 commit 71f28fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
# the wheel unless the label cliflow/binaries/all is present in the
# PR.
python-version: ['3.9']
cuda-version: ['12.4']
cuda-version: ['12.6']
ffmpeg-version-for-tests: ['7']
container:
image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
options: "--gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"
needs: build
steps:
Expand Down

0 comments on commit 71f28fe

Please sign in to comment.