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