Last active
September 5, 2024 13:25
-
-
Save jcardus/0f313d8baa28a91c00e60a14a48c9125 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update | |
apt install -y docker.io | |
mkdir custom_files | |
#wget https://download.geofabrik.de/south-america/chile-latest.osm.pbf | |
wget https://download.geofabrik.de/south-america/brazil-latest.osm.pbf | |
#wget https://download.geofabrik.de/africa/morocco-latest.osm.pbf | |
mv -v *.pbf custom_files | |
docker run -dt --name valhalla_gis-ops -p 8002:8002 -v $PWD/custom_files:/custom_files ghcr.io/gis-ops/docker-valhalla/valhalla:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment