diff --git a/Dockerfile b/Dockerfile
index 2b1e103f24cb7043882054e64ee75616a585acc9..6ed7fb287d651f239b23d2ba4debc0018ba2671a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -161,6 +161,7 @@ RUN cmake -C ../cmake/toolchains/gnu_py.cmake -DEXTERNAL_BOOST=OFF ../ \
 WORKDIR /opt/tutorials
 COPY tutorials/ .
 
+RUN pip install hdbscan
 RUN pip install ./analytics-compressed-sensing
 RUN pip install ./analytics-convolutional-nn \
  && pip install 'git+https://github.com/raghakot/keras-vis.git'
@@ -178,7 +179,6 @@ RUN pip install ./analytics-krr4mat
 RUN pip install ./analytics-decision-tree
 RUN pip install ./analytics-clustering-tutorial
 RUN pip install ./analytics-exploratory-analysis
-RUN pip install nomad-lab
 
 
 USER root