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