developmentseed / housing-passports-v2

Project in collaboration with WB to improve housing resilience.
https://devseed.com/housing-passports-v2/docs/index.html
MIT License
2 stars 2 forks source link

developmentseed/spherical2images:v1 not available on dockerhub #35

Closed jeanpommier closed 3 months ago

jeanpommier commented 4 months ago

https://github.com/developmentseed/housing-passports-v2/blob/main/pre_processing/pre_processing.sh#L7 makes use of the spherical2images docker image. But this image is not present on dockerhub. It is necessary to build it from the eponym git repo. Which makes it more complicated for people that are not familiar with docker.

Fix: push the image (with proper tag) to docker hub

Alternative: document the need to build the image and how it is done