lambgeo / docker-lambda

AWS Lambda friendly GDAL Docker images and AWS Lambda layer
MIT License
124 stars 18 forks source link

update python 3.11 image and pin numpy #60

Closed philvarner closed 11 months ago

philvarner commented 11 months ago
  1. Update image referenced for python 3.11
  2. Pin numpy to 1.25.x, as 1.26.x requires gcc >= 8, where as the image only has gcc 7
  3. Moved yum clean to same docker command as install, so it actually cleans up in the same layer
vincentsarago commented 11 months ago

thanks @philvarner 🙏