We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb619ba commit 6097f32Copy full SHA for 6097f32
.github/workflows/linux_cuda_wheel.yaml
@@ -66,7 +66,7 @@ jobs:
66
ffmpeg-version-for-tests: ['6']
67
container:
68
image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
69
- options: "--gpus all,capabilities=utility,compute,video"
+ options: "--gpus all,\"capabilities=all\""
70
if: ${{ always() }}
71
needs: build
72
steps:
0 commit comments