Skip to content

Commit

Permalink
Merge pull request #4 from ucsd-ets/dsc170_upd
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
harinkris11 authored Dec 30, 2023
2 parents 466885f + c0a1462 commit 15591fa
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 15591fa

Please sign in to comment.