Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New simpler dockerfile #385

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mwheeler
Copy link

@mwheeler mwheeler commented Jun 1, 2022

This PR is what I used to work around the issues w/ the current dockerfile (doesn't build for various reasons, which even after fixing manually I had issues using).

The new dockerfile is much simpler by building on top of the official osgeo/gdal docker image (thus all our native system dependencies are already built and ready to go, which means the dockerfile only has to care about PyRate and some nitty gritty around how we install our python deps).

This I think would also address #383

…gdal images, which means we don't need to build anything ourselves) & should be less prone to things going out-of-date (osgeo will keep image to latest stable versions, any breakages we encounter would be us not supporting newer versions of GDAL = our problem)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant