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 3e7afa0 commit d6b3bc9Copy full SHA for d6b3bc9
.github/workflows/docker-gpu-image.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
permissions: write-all
18
env:
19
- BASE: 'quay.io/jupyter/pytorch-notebook:cuda12-ubuntu-24.04'
+ BASE: 'quay.io/jupyter/pytorch-notebook:cuda12-python-3.12'
20
steps:
21
# For biggish images, github actions runs out of disk space.
22
# So we cleanup some unwanted things in the disk image, and reclaim that space for our docker use
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASE=quay.io/jupyter/minimal-notebook:ubuntu-24.04
+ARG BASE=quay.io/jupyter/minimal-notebook:python-3.12
2
3
# cuda image uses:
4
# ARG BASE=quay.io/jupyter/pytorch-notebook:cuda12-ubuntu-24.04
0 commit comments