[Autoscaler][GCP] Use Python3.8 in defaults.yaml (#14417)

This commit is contained in:
Ian Rodney 2021-03-01 10:50:39 -08:00 committed by GitHub
parent db0c16824c
commit 9125b6bca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.