Skip to content

Commit f60a6b5

Browse files
committed
Use hub-5.2.0 base and update jupyterhub
base image hub 5.2.1 has huge changes including removing of node and updating python to 3.12. Also sage was not working with python 3.12
1 parent 22a3ad7 commit f60a6b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# sudo docker kill $(sudo docker ps -q); sudo docker rm $(sudo docker ps -a -q); sudo docker rmi $(sudo docker images -q)
22
# sudo docker build --squash --no-cache -t 032401129069.dkr.ecr.ca-central-1.amazonaws.com/jupyterhub:jupyterlab-open .
33

4-
ARG BASE_CONTAINER=quay.io/jupyter/datascience-notebook:hub-5.2.1
4+
ARG BASE_CONTAINER=quay.io/jupyter/datascience-notebook:hub-5.2.0
55
#ARG BASE_CONTAINER=032401129069.dkr.ecr.ca-central-1.amazonaws.com/jupyterhub:jupyterlab-all
66
FROM $BASE_CONTAINER
77

@@ -50,6 +50,7 @@ RUN mamba create --yes -n sage sage=10.4 python=3.11 && \
5050
"openjdk" \
5151
"maven" \
5252
"ipython-sql" \
53+
"jupyterhub-singleuser" \
5354
"jupyterlab-lsp" \
5455
"jupyter-lsp-python" \
5556
"jupyter_bokeh"

0 commit comments

Comments
 (0)