From 336d64097ce97142bef24230e756bbd05f0d83e4 Mon Sep 17 00:00:00 2001 From: Luigi Sbailo <sbailo@fhi-berlin.mpg.de> Date: Mon, 1 Feb 2021 18:11:34 +0100 Subject: [PATCH] Install hdbscan before tutorials --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b1e103f..6ed7fb28 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 -- GitLab