Skip to content

Commit

Permalink
trying pip install of mamba install
Browse files Browse the repository at this point in the history
  • Loading branch information
man3ng committed Nov 5, 2024
1 parent 6d8494e commit dde4cf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ RUN apt update -y && \
add-apt-repository universe && \
apt update -y && \
apt install graphviz -y
RUN mamba install -c esri arcgis=2.2.0 -y && \
mamba install numpy>=1.16.5,<1.23.0 -y
RUN mamba install -c esri arcgis=2.2.0 -y

RUN pip install numpy>=1.16.5,<1.23.0 || echo "Failed to install numpy"

RUN pip install --upgrade pip setuptools wheel
RUN pip install --upgrade nbconvert
Expand Down

0 comments on commit dde4cf7

Please sign in to comment.