Closed jeanpommier closed 6 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
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