fix wheel building doc (#4360)

This commit is contained in:
Philipp Moritz
2019-03-13 23:11:30 -07:00
committed by Robert Nishihara
parent b0c4e60ffb
commit 2f37cd7e27
+1 -1
View File
@@ -9,7 +9,7 @@ produce .whl files owned by root.
Inside the root directory (i.e., one level above this python directory), run
```
docker run --rm -w /ray -v `pwd`:/ray -ti quay.io/xhochy/arrow_manylinux1_x86_64_base:latest /ray/python/build-wheel-manylinux1.sh
docker run --rm -w /ray -v `pwd`:/ray -ti rayproject/arrow_linux_x86_64_base:latest /ray/python/build-wheel-manylinux1.sh
```
The wheel files will be placed in the .whl directory.