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