kszucs commented on code in PR #12854: URL: https://github.com/apache/arrow/pull/12854#discussion_r849348343
########## python/examples/minimal_build/README.md: ########## @@ -34,10 +34,21 @@ docker build -t arrow_fedora_minimal -f Dockerfile.fedora . Then build PyArrow with conda or pip, respectively: ``` # With pip -docker run --rm -t -i -v $PWD:/io arrow_fedora_minimal /io/build_venv.sh +docker run --rm -t -i -v $PWD:/io -v $PWD/../../..:/arrow arrow_fedora_minimal /io/build_venv.sh # With conda -docker run --rm -t -i -v $PWD:/io arrow_fedora_minimal /io/build_conda.sh +docker run --rm -t -i -v $PWD:/io -v $PWD/../../..:/arrow arrow_fedora_minimal /io/build_conda.sh +``` + +Alternatively you can use [Docker Compose][docker-compose] to build and run using: Review Comment: I don't have a strong opinion here, but I agree that docker-compose and podman should be enough. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org