mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 07:25:47 +03:00
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:
parent
488c9ffe68
commit
659ac7c34b
@ -42,8 +42,8 @@ pub fn add_data(map: &mut RawMap) -> Result<()> {
|
|||||||
pwd
|
pwd
|
||||||
))
|
))
|
||||||
.arg("-t")
|
.arg("-t")
|
||||||
// TODO Upload this to Docker Hub, so it's easier to distribute
|
// https://hub.docker.com/r/abstreet/elevation_lookups
|
||||||
.arg("elevation_lookups")
|
.arg("abstreet/elevation_lookups")
|
||||||
.arg("python3")
|
.arg("python3")
|
||||||
.arg("main.py")
|
.arg("main.py")
|
||||||
.arg("query")
|
.arg("query")
|
||||||
|
Loading…
Reference in New Issue
Block a user