mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 11:37:28 +08:00
[Example] commands need to be quoted (#11224)
This commit is contained in:
committed by
GitHub
parent
14d8826e43
commit
47b7b76a5a
@@ -136,7 +136,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: []
|
||||
|
||||
@@ -139,7 +139,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