From 11bbe5450aa44f0f9ad4cdffadcdc345dbd100ae Mon Sep 17 00:00:00 2001
From: Narayana Rao Bhogapurapu <narayanarao.bhogapurapu@gmail.com>
Date: Thu, 3 Oct 2024 20:34:10 -0700
Subject: [PATCH] Update build.sh

---
 build.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 762a685..968fa27 100644
--- a/build.sh
+++ b/build.sh
@@ -9,7 +9,8 @@ basedir=$(dirname "$(readlink -f "$0")")
 # conda install -y -n base -c conda-forge "conda>=4.13.0"
 
 # Install essential packages in the base environment
-conda install -y -n base -c conda-forge gdal
+# conda install -y -n base -c conda-forge gdal
+conda install -y gdal libgdal
 
 # Install Python packages using pip
 pip install pandas scikit-image empatches scikit-learn scipy numpy matplotlib tqdm futures
-- 
GitLab