diff --git a/Dockerfile b/Dockerfile index fadca36..f5cc0bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Build a Jupyter Stack specific for my Python for Everyone class. # -FROM docker.io/jupyter/scipy-notebook:hub-4.0.2 +FROM quay.io/jupyter/scipy-notebook:lab-4.2.4 USER root RUN apt update -y && apt install -y openssh-client wamerican tree && apt clean -y USER $NB_UID @@ -11,9 +11,9 @@ RUN pip install -r requirements.txt # Autoload my extensions. RUN ipython profile create default -COPY <