From 6fa0ece4da9082ada7e3ffc8ac81cf3946c12f11 Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Fri, 10 May 2019 20:08:20 +0200
Subject: [PATCH] Fixed version of scikit-learn. New versions usage in matid
 causes problems.

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 36fb2fe044..12599b18ff 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,6 +35,7 @@ RUN pip install pandas
 RUN pip install h5py
 RUN pip install hjson
 RUN pip install scipy
+RUN pip install scikit-learn==0.20.2
 RUN pip install ase==3.15.0
 RUN pip install Pint==0.7.2
 RUN pip install matid
-- 
GitLab