Use the elevation_lookups image from Docker Hub, so finally elevation import can work on any Linux machine with docker. #82

This commit is contained in:
Dustin Carlino 2021-05-04 13:02:49 -07:00
parent 488c9ffe68
commit 659ac7c34b

View File

@ -42,8 +42,8 @@ pub fn add_data(map: &mut RawMap) -> Result<()> {
pwd
))
.arg("-t")
// TODO Upload this to Docker Hub, so it's easier to distribute
.arg("elevation_lookups")
// https://hub.docker.com/r/abstreet/elevation_lookups
.arg("abstreet/elevation_lookups")
.arg("python3")
.arg("main.py")
.arg("query")