diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index 9c2e96ab..3b934ec1 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -3,7 +3,7 @@ ARG PYTHON_VERSION=python-3.11.8 ARG PY_VER_SHORT=3.11 ARG JUPYTERHUB_VERSION=4.1.5 -# Jupyter has changed where it has stored its images +# Jupyter has changed where it stores its images FROM quay.io/jupyter/datascience-notebook:$PYTHON_VERSION USER root