diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index c7eee80d..97358f1e 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -1,6 +1,6 @@ ARG PYTHON_VERSION=python-3.9.5 FROM jupyter/datascience-notebook:$PYTHON_VERSION -# coerce change in all notebook +# coerce change in all notebooks USER root # see https://github.com/phusion/baseimage-docker/issues/319#issuecomment-1058835363