diff --git a/Dockerfile b/Dockerfile index 2f8e988..980218d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM jupyter/datascience-notebook USER root +USER jovyan RUN pip install seaborn -USER jovyan \ No newline at end of file