Skip to content
Snippets Groups Projects
Commit 0b1d36c2 authored by Adam Fekete's avatar Adam Fekete
Browse files

Update Dockerfile

parent 881aef1c
No related branches found
No related tags found
No related merge requests found
FROM jupyter/tensorflow-notebook:2ce7c06a61a1
LABEL maintainer="Adam Fekete <adam.fekete@kcl.ac.uk>"
LABEL maintainer="Luca Ghiringhelli <ghiringhelli@fhi-berlin.mpg.de>"
USER root
RUN apt-get update \
......@@ -19,7 +19,7 @@ USER $NB_UID
# ================================================================================
# Python 3.x environment
# Python environment
# ================================================================================
# Add any additional packages you want available for use in a Python 3 notebook
......@@ -90,6 +90,15 @@ RUN make > /dev/null 2>&1 \
RUN pip install -r quippy/requirements.txt \
&& make install-quippy
# ================================================================================
# Install all of the package dependencies of the tutorials
# ================================================================================
# python tutorials/gap-si-surface/setup.py install
# ================================================================================
# Switch back to jovyan to avoid accidental container runs as root
# ================================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment