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