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