Skip to content

Commit

Permalink
Use hub-5.2.0 base and update jupyterhub
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xcompass committed Jan 24, 2025
1 parent 22a3ad7 commit f60a6b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sudo docker kill $(sudo docker ps -q); sudo docker rm $(sudo docker ps -a -q); sudo docker rmi $(sudo docker images -q)
# sudo docker build --squash --no-cache -t 032401129069.dkr.ecr.ca-central-1.amazonaws.com/jupyterhub:jupyterlab-open .

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

Expand Down Expand Up @@ -50,6 +50,7 @@ RUN mamba create --yes -n sage sage=10.4 python=3.11 && \
"openjdk" \
"maven" \
"ipython-sql" \
"jupyterhub-singleuser" \
"jupyterlab-lsp" \
"jupyter-lsp-python" \
"jupyter_bokeh"
Expand Down

0 comments on commit f60a6b5

Please sign in to comment.