Skip to content

Commit

Permalink
solve the pyproj error
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Oct 13, 2024
1 parent e16841c commit 7de53e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ COPY salt/ /srv/salt/
ARG MAMBA_DOCKERFILE_ACTIVATE=1
RUN rm -Rf ~/.cache/pip && \
micromamba install --yes -c conda-forge numpy==1.26.4 && \
pip uninstall -y pyproj && \
pip install --no-cache-dir --quiet pyproj && \
micromamba clean --all --yes
EXPOSE 80

Expand Down

0 comments on commit 7de53e9

Please sign in to comment.