From 27dae42a7e6429f85077178c5768e96642690970 Mon Sep 17 00:00:00 2001 From: romer8 Date: Tue, 29 Oct 2024 12:03:59 -0600 Subject: [PATCH] no need to install devs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0b9c71..fce0699 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN cd ${TETHYS_HOME}/apps/ngiab && \ micromamba remove pyarrow && micromamba install --yes -c conda-forge pyarrow && \ micromamba clean --all --yes && \ npm install && npm run build && \ - tethys install -d -N + tethys install -d -N -w ######### # PORTS #