mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 23:33:18 +08:00
[DataFrame] Add Parquet Support in Build Process (#1531)
* Add shell script for building parquet * Use parquet ci script; remove anaconda * Remove gcc flag, use default * add boost_root * Fix $TP_DIR reference issue * fix the PR * check out specific parquet-cpp commit
This commit is contained in:
@@ -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:ARROW-1024 /ray/python/build-wheel-manylinux1.sh
|
||||
docker run --rm -w /ray -v `pwd`:/ray -ti quay.io/xhochy/arrow_manylinux1_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