From c0a1462066f7b77bbb7a51203e4be2d714406196 Mon Sep 17 00:00:00 2001 From: harinkris11 <113940981+harinkris11@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:32:01 -0800 Subject: [PATCH] Update Dockerfile Updated the versions of ArcGIS and NumPy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd60fe1..9c3d008 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt update -y && \ add-apt-repository universe && \ apt update -y && \ apt install graphviz -y -RUN mamba install -c esri arcgis=2.1.0.2 numpy=1.22.0 -y +RUN mamba install -c esri arcgis=2.2.0 numpy=1.26.2 -y RUN pip install --upgrade pip setuptools wheel RUN pip install --upgrade nbconvert