Skip to content

Commit d6b3bc9

Browse files
committed
python 3.12
1 parent 3e7afa0 commit d6b3bc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-gpu-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
permissions: write-all
1818
env:
19-
BASE: 'quay.io/jupyter/pytorch-notebook:cuda12-ubuntu-24.04'
19+
BASE: 'quay.io/jupyter/pytorch-notebook:cuda12-python-3.12'
2020
steps:
2121
# For biggish images, github actions runs out of disk space.
2222
# So we cleanup some unwanted things in the disk image, and reclaim that space for our docker use

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE=quay.io/jupyter/minimal-notebook:ubuntu-24.04
1+
ARG BASE=quay.io/jupyter/minimal-notebook:python-3.12
22

33
# cuda image uses:
44
# ARG BASE=quay.io/jupyter/pytorch-notebook:cuda12-ubuntu-24.04

0 commit comments

Comments
 (0)