Adds a docker container for the project to allow running anywhere.
Remove segment-anything dependency which added many GBs of size to the final docker image due to the sheer number of dependencies it pulls in. The dependency has been replaced with some code which uses rasterio directly.
Checklist
Please confirm that this pull request has done the following:
Description
Adds a docker container for the project to allow running anywhere.
Remove segment-anything dependency which added many GBs of size to the final docker image due to the sheer number of dependencies it pulls in. The dependency has been replaced with some code which uses rasterio directly.
Checklist
Please confirm that this pull request has done the following:
Notes