From 9125b6bca3ecec8917cb8f487015d1d7f4caf898 Mon Sep 17 00:00:00 2001 From: Ian Rodney Date: Mon, 1 Mar 2021 10:50:39 -0800 Subject: [PATCH] [Autoscaler][GCP] Use Python3.8 in defaults.yaml (#14417) --- python/ray/autoscaler/gcp/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/autoscaler/gcp/defaults.yaml b/python/ray/autoscaler/gcp/defaults.yaml index 9d5b0cb2e..ceb6ebd8b 100644 --- a/python/ray/autoscaler/gcp/defaults.yaml +++ b/python/ray/autoscaler/gcp/defaults.yaml @@ -130,7 +130,7 @@ setup_commands: && echo 'export PATH="$HOME/anaconda3/bin:$PATH"' >> ~/.profile # Install ray - - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-2.0.0.dev0-cp37-cp37m-manylinux2014_x86_64.whl + - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-2.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl # Custom commands that will be run on the head node after common setup.