From 5a7ddb3c66938b4d9a22952d8ea1aa712657a342 Mon Sep 17 00:00:00 2001
From: Bengt Giger <bgiger@ethz.ch>
Date: Thu, 23 Jan 2025 08:10:57 +0100
Subject: [PATCH] Add gdal, rasterio

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

diff --git a/Dockerfile b/Dockerfile
index 3c22b78..97f629e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -82,6 +82,7 @@ RUN conda config --set default_threads 4 && \
   ete3 \
   flax \
   fqdn \
+  gdal \
   graph-tool \
   igraph \
   ipydatagrid \
@@ -180,6 +181,7 @@ RUN PIP_PROXY=http://proxy.ethz.ch:3128 pip3 install --proxy=http://proxy.ethz.c
   pycosmo \
   pycryptodome \
   pyFAI \
+  rasterio \
   rise \
   sensemapi \
   summa \
-- 
GitLab