mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:23:15 +08:00
Build wheels for Linux with Bazel (#4281)
This commit is contained in:
committed by
Robert Nishihara
parent
8a6403c26e
commit
b0c4e60ffb
@@ -6,21 +6,23 @@ echo 10
|
||||
EOF
|
||||
chmod +x /usr/bin/nproc
|
||||
|
||||
export RAY_USE_CMAKE=1
|
||||
|
||||
PYTHONS=("cp27-cp27mu"
|
||||
"cp34-cp34m"
|
||||
"cp35-cp35m"
|
||||
"cp36-cp36m"
|
||||
"cp37-cp37m")
|
||||
|
||||
# On python 3.7, a newer version of numpy seems to be necessary.
|
||||
NUMPY_VERSIONS=("1.10.4"
|
||||
"1.10.4"
|
||||
"1.10.4"
|
||||
"1.10.4"
|
||||
"1.14.5")
|
||||
|
||||
sudo apt-get install unzip
|
||||
/ray/ci/travis/install-bazel.sh
|
||||
|
||||
# Put bazel into the PATH
|
||||
export PATH=$PATH:/root/bin
|
||||
|
||||
# Remove this old Python 2.4.3 executable, and make the "python2" command find
|
||||
# a newer version of Python. We need this for autogenerating some files for the
|
||||
# UI.
|
||||
|
||||
Reference in New Issue
Block a user