Add 'Dockerfile'

This commit is contained in:
fabrice 2018-12-13 17:02:31 +00:00
parent 356967a27f
commit 625fdd6fd8

4
Dockerfile Normal file
View File

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