mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:32:11 +08:00
fix wheel building doc (#4360)
This commit is contained in:
committed by
Robert Nishihara
parent
b0c4e60ffb
commit
2f37cd7e27
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user