From 7e0ce2806382428f20a3c00c35e8a1bfdd95212d Mon Sep 17 00:00:00 2001
From: Bengt Giger <bgiger@ethz.ch>
Date: Wed, 30 Oct 2024 07:59:18 +0100
Subject: [PATCH] Activate keras, deactivate geopandas

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

diff --git a/Dockerfile b/Dockerfile
index 16c10ee..add7d9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -82,12 +82,12 @@ RUN conda config --set default_threads 4 && \
   ete3 \
   flax \
   fqdn \
-  geopandas \
+  # geopandas \
   graph-tool \
   igraph \
   ipydatagrid \
   isoduration \
-  # keras \
+  keras \
   meshio \
   mplcursors \
   multi_rake \
-- 
GitLab