Skip to content

Commit

Permalink
Allow installing GEE package into system packages, for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Jun 24, 2024
1 parent 68e6432 commit 54d3e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch/gdal-python.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN chmod +x -R /opt/python/
ENV PATH="/opt/scripts:${PATH}"
ENV PATH="/opt/python:${PATH}"

RUN pip install earthengine-api
RUN pip install --break-system-packages earthengine-api

ENV WORKDIR="/tmp"

Expand Down

0 comments on commit 54d3e9f

Please sign in to comment.