Skip to content

Commit

Permalink
remove rasterio version pin (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago authored Jun 10, 2021
1 parent 7460477 commit 00a57be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ FROM tiangolo/uvicorn-gunicorn:python3.8

ENV CURL_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt


COPY titiler/ /tmp/titiler/

# rasterio 1.2.0 wheels are built using GDAL 3.2 and PROJ 7 which we found having a
# performance downgrade: https://github.com/developmentseed/titiler/discussions/216
RUN pip install /tmp/titiler/core /tmp/titiler/mosaic /tmp/titiler/application rasterio==1.1.8 --no-cache-dir
RUN pip install /tmp/titiler/core /tmp/titiler/mosaic /tmp/titiler/application --no-cache-dir

RUN rm -rf /tmp/titiler

Expand Down

0 comments on commit 00a57be

Please sign in to comment.