developmentseed / eoAPI

[Active Development] Earth Observation API (Metadata, Raster and Vector services)
https://eoapi.dev
MIT License
197 stars 21 forks source link

deployment dockerfile.raster can't build #19

Closed vincentsarago closed 3 years ago

vincentsarago commented 3 years ago

Since we moved to titiler.pgstac, we cannot build the lambda Dockerfile.raster image because of conflicting requirements.

Titiler.pgstac requires psycopg2, but it won't install on lambci/lambda:build-python3.8 because of missing PG libs. Earlier we were using psycopg2-binary requirement, specifically because of this. As this is defined in titiler-pgstac there is not an easy fix.

vincentsarago commented 3 years ago

resolved in https://github.com/developmentseed/eoAPI/commit/565e5b127e2d806cebfe56a64d2b84dc111f8833