mirror of
https://github.com/wassname/ray.git
synced 2026-08-20 12:40:44 +08:00
Bring cloudpickle inside the repository. (#1445)
* Bring cloudpickle version 0.5.2 inside the repo. * Use internal copy of cloudpickle everywhere. * Fix linting. * Import ordering. * Change __init__.py. * Set pickler in serialization context. * Don't check ray location.
This commit is contained in:
committed by
Philipp Moritz
parent
173f1d629a
commit
ab5d4a6010
@@ -88,7 +88,7 @@ setup_commands:
|
||||
- echo 'export PATH="$HOME/anaconda3/bin:$PATH"' >> ~/.bashrc
|
||||
# Build Ray.
|
||||
- git clone https://github.com/ray-project/ray || true
|
||||
- pip install -U cloudpickle boto3==1.4.8
|
||||
- pip install boto3==1.4.8
|
||||
- cd ray/python; python setup.py develop
|
||||
|
||||
# Custom commands that will be run on the head node after common setup.
|
||||
|
||||
Reference in New Issue
Block a user