Merge "Tools: Deployment and TestControl Containers"
[vswitchperf.git] / tools / docker / results / jupyter / Dockerfile
1 FROM jupyter/scipy-notebook
2
3 RUN python --version
4
5 RUN conda install --quiet --yes -c \
6     conda-forge osmnx dask
7
8 RUN pip install -U graphviz paramiko
9
10 RUN echo "c.NotebookApp.token=''" >> $HOME/.jupyter/jupyter_notebook_config.py 
11
12 VOLUME /notebooks
13 WORKDIR /notebooks