Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
man3ng committed Nov 5, 2024
1 parent dfdf970 commit 6d8494e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d8494e

Please sign in to comment.