Update 'Dockerfile'

This commit is contained in:
fabrice 2018-12-13 17:19:35 +00:00
parent 625fdd6fd8
commit b155ba8588

View File

@ -1,4 +1,4 @@
FROM jupyter/datascience-notebook FROM jupyter/datascience-notebook
USER root USER root
RUN pip install scipy RUN pip install matplotlib
USER jovyan USER jovyan