mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[autoscaler] Update azure pip packages in the cluster yaml (#15274)
This commit is contained in:
parent
ede377bc26
commit
978199ceba
5 changed files with 7 additions and 7 deletions
|
@ -14,8 +14,8 @@ RUN $HOME/anaconda3/bin/pip --no-cache-dir install $(basename $WHEEL_PATH)[all]
|
|||
"google-api-python-client==1.7.8" \
|
||||
"google-oauth" \
|
||||
"kubernetes" \
|
||||
"azure-cli-core==2.4.0" \
|
||||
"azure-mgmt-compute==12.0.0" \
|
||||
"azure-cli-core==2.22.0" \
|
||||
"azure-mgmt-compute==14.0.0" \
|
||||
"azure-mgmt-msi==1.0.0" \
|
||||
"azure-mgmt-network==10.1.0"; fi) \
|
||||
"azure-mgmt-network==10.2.0"; fi) \
|
||||
&& $HOME/anaconda3/bin/pip uninstall ray -y && sudo rm $(basename $WHEEL_PATH)
|
||||
|
|
|
@ -138,7 +138,7 @@ setup_commands:
|
|||
|
||||
# Custom commands that will be run on the head node after common setup.
|
||||
head_setup_commands:
|
||||
- pip install azure-cli-core==2.4.0 azure-mgmt-compute==12.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.1.0
|
||||
- pip install azure-cli-core==2.22.0 azure-mgmt-compute==14.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.2.0
|
||||
|
||||
# Custom commands that will be run on worker nodes after common setup.
|
||||
worker_setup_commands: []
|
||||
|
|
|
@ -134,7 +134,7 @@ setup_commands:
|
|||
|
||||
# Custom commands that will be run on the head node after common setup.
|
||||
head_setup_commands:
|
||||
- pip install azure-cli-core==2.4.0 azure-mgmt-compute==12.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.1.0
|
||||
- pip install azure-cli-core==2.22.0 azure-mgmt-compute==14.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.2.0
|
||||
|
||||
# Custom commands that will be run on worker nodes after common setup.
|
||||
worker_setup_commands: []
|
||||
|
|
|
@ -155,7 +155,7 @@ setup_commands:
|
|||
|
||||
# Custom commands that will be run on the head node after common setup.
|
||||
head_setup_commands:
|
||||
- pip install azure-cli-core==2.4.0 azure-mgmt-compute==12.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.1.0
|
||||
- pip install azure-cli-core==2.22.0 azure-mgmt-compute==14.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.2.0
|
||||
|
||||
# Custom commands that will be run on worker nodes after common setup.
|
||||
worker_setup_commands: []
|
||||
|
|
|
@ -91,7 +91,7 @@ setup_commands: []
|
|||
|
||||
# Custom commands that will be run on the head node after common setup.
|
||||
head_setup_commands:
|
||||
- pip install azure-cli-core==2.4.0 azure-mgmt-compute==12.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.1.0
|
||||
- pip install azure-cli-core==2.22.0 azure-mgmt-compute==14.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.2.0
|
||||
|
||||
# Custom commands that will be run on worker nodes after common setup.
|
||||
worker_setup_commands: []
|
||||
|
|
Loading…
Add table
Reference in a new issue