diff --git a/Dockerfile b/Dockerfile
index 03ebd06eb9ee3c2b774c67fbbc73f5843d2e8bf0..e959cb7858e9b1aa761de620938296a746fa83a8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -71,6 +71,7 @@ RUN conda install --quiet --yes \
  && fix-permissions /home/$NB_USER \
  &&	conda install -c plotly plotly-orca \
  && conda install -c conda-forge umap-learn 
+RUN pip install nomad-lab
 
 
 # Dependecies:
@@ -186,7 +187,6 @@ COPY tutorials/ .
 
 RUN pip install ./analytics-compressed-sensing
 RUN pip install ./analytics-convolutional-nn 
-# && pip install 'git+https://github.com/raghakot/keras-vis.git'
 RUN pip install ./analytics-gap-si-surface
 RUN pip install ./analytics-grain-boundaries
 RUN pip install ./analytics-kaggle-competition
@@ -204,6 +204,7 @@ RUN pip install ./analytics-arise \
 && pip install 'git+https://github.com/AndreasLeitherer/ARISE.git'   
 RUN pip install ./analytics-exploratory-analysis
 
+
 USER root
 
 RUN fix-permissions /opt/tutorials \