mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
Don't pin boto instead set lower limit on its version (#10711)
This commit is contained in:
parent
b0caba41e8
commit
a91073d9da
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ setup_commands:
|
||||||
|
|
||||||
# Custom commands that will be run on the head node after common setup.
|
# Custom commands that will be run on the head node after common setup.
|
||||||
head_setup_commands:
|
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.
|
# Custom commands that will be run on worker nodes after common setup.
|
||||||
worker_setup_commands: []
|
worker_setup_commands: []
|
||||||
|
|
Loading…
Add table
Reference in a new issue