Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Oct 13, 2024
1 parent 7de53e9 commit eeeeeb0
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 @@ -64,8 +64,9 @@ COPY salt/ /srv/salt/
ARG MAMBA_DOCKERFILE_ACTIVATE=1
RUN rm -Rf ~/.cache/pip && \
micromamba install --yes -c conda-forge numpy==1.26.4 && \
#important, this fixes th error of not finding pyrpoj database, it seems it is installed wiht both conda and pypi, so it has conflicting paths
pip uninstall -y pyproj && \
pip install --no-cache-dir --quiet pyproj && \
pip install --no-cache-dir --quiet pyproj && \
micromamba clean --all --yes
EXPOSE 80

Expand Down

0 comments on commit eeeeeb0

Please sign in to comment.