From add208f9b079892eccdc5c6130158cf5a971ea0f Mon Sep 17 00:00:00 2001 From: PeteBleackley Date: Tue, 27 Jul 2021 11:32:48 +0100 Subject: [PATCH] Adds hdbscan and pyclustering libraries. Fixes #1055 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0df911e6..1c8ad73c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,6 +70,8 @@ RUN apt-get install -y libfreetype6-dev && \ pip install textblob && \ pip install wordcloud && \ pip install xgboost && \ + pip install hdbscan && \ + pip install pyclustering && \ # Pinned to match GPU version. Update version together. pip install lightgbm==3.2.1 && \ pip install pydot && \