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 0ed2cd9 commit 83b34b4Copy full SHA for 83b34b4
.github/workflows/linux_cuda_wheel.yaml
@@ -63,6 +63,8 @@ jobs:
63
python-version: ['3.9']
64
cuda-version: ['12.4']
65
ffmpeg-version-for-tests: ['5.1.2', '6.1.1', '7.0.1']
66
+ container:
67
+ image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
68
if: ${{ always() }}
69
needs: build
70
steps:
0 commit comments