Jupyterlab/Dockerfile
2018-12-13 17:02:31 +00:00

4 lines
77 B
Docker

FROM jupyter/datascience-notebook
USER root
RUN pip install scipy
USER jovyan