Skip to content

Commit

Permalink
remove the -c
Browse files Browse the repository at this point in the history
  • Loading branch information
man3ng committed Nov 5, 2024
1 parent 8fb5dda commit 5e1ec2a
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 @@ -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
Expand Down

0 comments on commit 5e1ec2a

Please sign in to comment.