Skip to content

Commit f6e6187

Browse files
committed
.
1 parent 6add20f commit f6e6187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
ffmpeg-version-for-tests: ['6']
6767
container:
6868
image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
69-
options: "--gpus all,\"capabilities=video\""
69+
options: "--gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"
7070
if: ${{ always() }}
7171
needs: build
7272
steps:

0 commit comments

Comments
 (0)