mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[Autoscaler][GCP] Use Python3.8 in defaults.yaml (#14417)
This commit is contained in:
parent
db0c16824c
commit
9125b6bca3
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ setup_commands:
|
||||||
&& echo 'export PATH="$HOME/anaconda3/bin:$PATH"' >> ~/.profile
|
&& echo 'export PATH="$HOME/anaconda3/bin:$PATH"' >> ~/.profile
|
||||||
|
|
||||||
# Install ray
|
# 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.
|
# Custom commands that will be run on the head node after common setup.
|
||||||
|
|
Loading…
Add table
Reference in a new issue