Skip to content

Provide Dockerfile#28

Open
hbruch wants to merge 1 commit into
sharedstreets:masterfrom
mfdz:docker
Open

Provide Dockerfile#28
hbruch wants to merge 1 commit into
sharedstreets:masterfrom
mfdz:docker

Conversation

@hbruch

@hbruch hbruch commented Dec 7, 2020

Copy link
Copy Markdown

This PR provides a multi-stage docker build to for sharedstreets-builder.

@chelsey

chelsey commented May 10, 2021

Copy link
Copy Markdown

hi! thanks for this. I've built and run this locally with error, so I might be missing something providing. How are you passing in the the input file and output file when you run this?

@hbruch

hbruch commented May 10, 2021

Copy link
Copy Markdown
Author

Hi @chelsey, should have provided some documentation, sorry... I mount some host directories and run like e.g.

docker run --rm -v $PWD/tmp:/tmp -v $PWD/data:/data -v $PWD/out/:/out/ mfdz/sharedstreets-builder --input /data/osm/baden-wuerttemberg-latest.osm.pbf --output /out/shst/tiles/osm/latest --roadClasses 8

@chelsey

chelsey commented May 12, 2021

Copy link
Copy Markdown

thanks @hbruch ! 👍 Just to report back -- I successfully built and ran this with the data/nyc_test.pbf dataset, so +1 to getting this merged upstream.

(fwiw, I have encountered memory issues running this container against other datasets, but those workarounds are probably outside of the scope of this PR.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants