4 lines
77 B
Docker
4 lines
77 B
Docker
FROM jupyter/datascience-notebook
|
|
USER root
|
|
RUN pip install scipy
|
|
USER jovyan |