From 5e1ec2a75ebf3669692c21f2028dc1035a927e26 Mon Sep 17 00:00:00 2001 From: man3ng Date: Mon, 4 Nov 2024 19:19:02 -0800 Subject: [PATCH] remove the -c --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 372c30a..7900c4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt update -y && \ apt install graphviz -y RUN mamba install -c esri arcgis=2.2.0 -y -RUN mamba install -c numpy=1.22.4 -y || echo "Failed to install numpy" +RUN mamba install numpy=1.22.4 -y || echo "Failed to install numpy" RUN pip install --upgrade pip setuptools wheel RUN pip install --upgrade nbconvert