mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 14:55:50 +08:00
Pin Cython in autoscaler development example. (#1951)
This commit is contained in:
committed by
Philipp Moritz
parent
af88fdefcf
commit
1a6b5b04e6
@@ -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
|
||||
- pip install boto3==1.4.8 cython==0.27.3
|
||||
- cd ray/python; pip install -e . --verbose
|
||||
|
||||
# Custom commands that will be run on the head node after common setup.
|
||||
|
||||
Reference in New Issue
Block a user