Skip to content

Commit

Permalink
updated docker procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Apr 23, 2021
1 parent 16d3a30 commit b8efd50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/eolearn.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ENV CPLUS_INCLUDE_PATH=/usr/include/gdal
ENV C_INCLUDE_PATH=/usr/include/gdal

RUN pip3 install --no-cache-dir shapely --no-binary :all:
RUN FORCE_CYTHON=1 pip install cartopy

WORKDIR /tmp

Expand All @@ -33,7 +34,7 @@ RUN pip3 install --no-cache-dir \
./coregistration \
./features \
./geometry \
./io \
./io[GEODB] \
./mask \
./ml_tools \
./visualization \
Expand Down

0 comments on commit b8efd50

Please sign in to comment.