mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 15:43:55 +08:00
Update arrow to reduce plasma IPCs. (#3497)
This commit is contained in:
committed by
Robert Nishihara
parent
fcc37021b2
commit
b3bf608608
@@ -94,7 +94,7 @@ setup_commands:
|
||||
- echo 'export PATH="$HOME/anaconda3/bin:$PATH"' >> ~/.bashrc
|
||||
# Build Ray.
|
||||
- git clone https://github.com/ray-project/ray || true
|
||||
- pip install boto3==1.4.8 cython==0.27.3
|
||||
- pip install boto3==1.4.8 cython==0.29.0
|
||||
- cd ray/python; pip install -e . --verbose
|
||||
|
||||
# Custom commands that will be run on the head node after common setup.
|
||||
|
||||
@@ -123,7 +123,7 @@ setup_commands:
|
||||
- >-
|
||||
pip install
|
||||
google-api-python-client==1.6.7
|
||||
cython==0.27.3
|
||||
cython==0.29.0
|
||||
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.6.0-cp27-cp27mu-manylinux1_x86_64.whl
|
||||
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.6.0-cp35-cp35m-manylinux1_x86_64.whl
|
||||
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.6.0-cp36-cp36m-manylinux1_x86_64.whl
|
||||
|
||||
@@ -2061,7 +2061,7 @@ def connect(info,
|
||||
|
||||
# Create an object store client.
|
||||
worker.plasma_client = thread_safe_client(
|
||||
plasma.connect(info["store_socket_name"], "", 64))
|
||||
plasma.connect(info["store_socket_name"], ""))
|
||||
|
||||
raylet_socket = info["raylet_socket_name"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user