mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:34:48 +08:00
Don't pin boto instead set lower limit on its version (#10711)
This commit is contained in:
committed by
Barak Michener
parent
17c9837abc
commit
2beb12e9bf
@@ -137,7 +137,7 @@ setup_commands:
|
||||
|
||||
# Custom commands that will be run on the head node after common setup.
|
||||
head_setup_commands:
|
||||
- pip install boto3==1.4.8 # 1.4.8 adds InstanceMarketOptions
|
||||
- pip install boto3>=1.4.8 # 1.4.8 adds InstanceMarketOptions
|
||||
|
||||
# Custom commands that will be run on worker nodes after common setup.
|
||||
worker_setup_commands: []
|
||||
|
||||
Reference in New Issue
Block a user