From 6c97f4b06ee67c205b4d4f4e457e0bfb0c829402 Mon Sep 17 00:00:00 2001 From: romer8 Date: Mon, 28 Oct 2024 19:54:56 -0600 Subject: [PATCH] fix pyarrow --- Dockerfile | 1 + requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fcd7f2a..b30db05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ RUN apt-get update \ ####################### RUN cd ${TETHYS_HOME}/apps/ngiab && \ micromamba install --yes -c conda-forge --file requirements.txt && \ + micromamba remove pyarrow && micromamba install --yes -c conda-forge pyarrow && \ micromamba clean --all --yes && \ npm install && npm run build && \ tethys install -d -N diff --git a/requirements.txt b/requirements.txt index 631949a..1ebfcb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ geopandas nodejs geoserver-rest -zip -pyarrow \ No newline at end of file +zip \ No newline at end of file