Skip to content

Commit

Permalink
Update base to hub-4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lannro authored May 10, 2024
1 parent 4f08426 commit cee9924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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=jupyter/datascience-notebook:hub-3.1.0
ARG BASE_CONTAINER=jupyter/datascience-notebook:hub-4.0.2
#ARG BASE_CONTAINER=032401129069.dkr.ecr.ca-central-1.amazonaws.com/jupyterhub:jupyterlab-all
FROM $BASE_CONTAINER

Expand Down

0 comments on commit cee9924

Please sign in to comment.