From bd73617e4928b16fc021a4cf8b2d6615bdb5212b Mon Sep 17 00:00:00 2001
From: Luigi Sbailo <sbailo@fhi-berlin.mpg.de>
Date: Tue, 13 Apr 2021 09:26:49 +0200
Subject: [PATCH 1/4] Update Dockerfile

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 03ebd06e..30616b3a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -204,6 +204,8 @@ RUN pip install ./analytics-arise \
 && pip install 'git+https://github.com/AndreasLeitherer/ARISE.git'   
 RUN pip install ./analytics-exploratory-analysis
 
+RUN pip install nomad-lab
+
 USER root
 
 RUN fix-permissions /opt/tutorials \
-- 
GitLab


From 17c20314a49c725d010c9801ce34cca9cac13663 Mon Sep 17 00:00:00 2001
From: Luigi Sbailo <sbailo@fhi-berlin.mpg.de>
Date: Tue, 13 Apr 2021 18:44:39 +0200
Subject: [PATCH 2/4] minor in Dockerfile

---
 Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 30616b3a..2b02fed5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -186,7 +186,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
-- 
GitLab


From 7feca780792478ca312ab778f60c870ae057cb82 Mon Sep 17 00:00:00 2001
From: Luigi Sbailo <sbailo@fhi-berlin.mpg.de>
Date: Tue, 13 Apr 2021 20:58:18 +0200
Subject: [PATCH 3/4] Update Dockerfile

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 2b02fed5..3dc8ae06 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -184,6 +184,8 @@ RUN pip install .
 WORKDIR /opt/tutorials
 COPY tutorials/ .
 
+RUN pip install nomad-lab
+
 RUN pip install ./analytics-compressed-sensing
 RUN pip install ./analytics-convolutional-nn 
 RUN pip install ./analytics-gap-si-surface
@@ -203,7 +205,6 @@ RUN pip install ./analytics-arise \
 && pip install 'git+https://github.com/AndreasLeitherer/ARISE.git'   
 RUN pip install ./analytics-exploratory-analysis
 
-RUN pip install nomad-lab
 
 USER root
 
-- 
GitLab


From c1304fb491354889480f06696ff2d1a924138e55 Mon Sep 17 00:00:00 2001
From: Luigi Sbailo <sbailo@fhi-berlin.mpg.de>
Date: Tue, 13 Apr 2021 23:19:11 +0200
Subject: [PATCH 4/4] Update Dockerfile

---
 Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 3dc8ae06..e959cb78 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:
@@ -184,8 +185,6 @@ RUN pip install .
 WORKDIR /opt/tutorials
 COPY tutorials/ .
 
-RUN pip install nomad-lab
-
 RUN pip install ./analytics-compressed-sensing
 RUN pip install ./analytics-convolutional-nn 
 RUN pip install ./analytics-gap-si-surface
-- 
GitLab