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 3817d82 commit ac76e88Copy full SHA for ac76e88
.github/workflows/docker.yml
@@ -260,6 +260,18 @@ jobs:
260
needs: x86_64-scipy
261
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
262
263
+ aarch64-pytorch-cuda11:
264
+ uses: ./.github/workflows/docker-build-test-upload.yml
265
+ with:
266
+ parent-image: scipy-notebook
267
+ image: pytorch-notebook
268
+ variant: cuda11
269
+ platform: aarch64
270
+ runs-on: ubuntu-24.04-arm
271
+ timeout-minutes: 25
272
+ needs: aarch64-scipy
273
+ if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
274
+
275
x86_64-pytorch-cuda11:
276
uses: ./.github/workflows/docker-build-test-upload.yml
277
with:
0 commit comments