From 978199cebab2b49d5ce3d65e05f24aeb5dadd494 Mon Sep 17 00:00:00 2001 From: Ameer Haj Ali Date: Thu, 22 Apr 2021 08:23:05 +0300 Subject: [PATCH] [autoscaler] Update azure pip packages in the cluster yaml (#15274) --- docker/ray-deps/Dockerfile | 6 +++--- python/ray/autoscaler/azure/defaults.yaml | 2 +- python/ray/autoscaler/azure/example-full-legacy.yaml | 2 +- python/ray/autoscaler/azure/example-full.yaml | 2 +- python/ray/autoscaler/azure/example-gpu-docker.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker/ray-deps/Dockerfile b/docker/ray-deps/Dockerfile index c06629b2c..683f9f3bc 100644 --- a/docker/ray-deps/Dockerfile +++ b/docker/ray-deps/Dockerfile @@ -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) diff --git a/python/ray/autoscaler/azure/defaults.yaml b/python/ray/autoscaler/azure/defaults.yaml index 72f5e66f5..791990d77 100644 --- a/python/ray/autoscaler/azure/defaults.yaml +++ b/python/ray/autoscaler/azure/defaults.yaml @@ -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: [] diff --git a/python/ray/autoscaler/azure/example-full-legacy.yaml b/python/ray/autoscaler/azure/example-full-legacy.yaml index 454045b12..bc79e398b 100644 --- a/python/ray/autoscaler/azure/example-full-legacy.yaml +++ b/python/ray/autoscaler/azure/example-full-legacy.yaml @@ -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: [] diff --git a/python/ray/autoscaler/azure/example-full.yaml b/python/ray/autoscaler/azure/example-full.yaml index aa2c29df3..5175b81d4 100644 --- a/python/ray/autoscaler/azure/example-full.yaml +++ b/python/ray/autoscaler/azure/example-full.yaml @@ -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: [] diff --git a/python/ray/autoscaler/azure/example-gpu-docker.yaml b/python/ray/autoscaler/azure/example-gpu-docker.yaml index 5f473a7d7..237c4b423 100644 --- a/python/ray/autoscaler/azure/example-gpu-docker.yaml +++ b/python/ray/autoscaler/azure/example-gpu-docker.yaml @@ -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: []