GeoscienceAustralia / PyRate

A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
https://geoscienceaustralia.github.io/PyRate/
Apache License 2.0
199 stars 69 forks source link

New simpler dockerfile #385

Open mwheeler opened 2 years ago

mwheeler commented 2 years ago

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