Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Updated the versions of ArcGIS and NumPy
  • Loading branch information
harinkris11 authored Dec 4, 2023
1 parent 466885f commit c0a1462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0a1462

Please sign in to comment.