From 6d8494e90ac9b478b22edeb17c48bb3b83f3b5ea Mon Sep 17 00:00:00 2001 From: man3ng Date: Mon, 4 Nov 2024 18:43:48 -0800 Subject: [PATCH] minor changes --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70cd01f..41553ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,8 @@ RUN apt update -y && \ add-apt-repository universe && \ apt update -y && \ apt install graphviz -y -RUN mamba install -c esri arcgis=2.2.0 numpy>=1.16.5,<1.23.0 -y +RUN mamba install -c esri arcgis=2.2.0 -y && \ + mamba install numpy>=1.16.5,<1.23.0 -y RUN pip install --upgrade pip setuptools wheel RUN pip install --upgrade nbconvert