Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to ubuntu-24.04 #371

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ROOT_CONTAINER=jupyter/base-notebook:ubuntu-22.04@sha256:0ec801994602a53d3917d0f07ccf4474a1ddf5ae419483b24681a3c42abc4ce5
ARG ROOT_CONTAINER=quay.io/jupyter/base-notebook:ubuntu-24.04@sha256:d2c97fbc9982a85b8848c5dd115120ce6bb0b3b67ece3aa4fc4dca3e80f7f0e5
ARG BASE_CONTAINER=$ROOT_CONTAINER
FROM $BASE_CONTAINER

Expand Down
3 changes: 2 additions & 1 deletion base/apt.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
libgl1-mesa-glx
libgl1
libglx-mesa0
patch
Loading