Update 'Dockerfile'

This commit is contained in:
fabrice 2018-12-13 17:20:08 +00:00
parent b155ba8588
commit 98fb666fe5

View File

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