mirror of
https://github.com/wassname/ray.git
synced 2026-08-20 12:40:44 +08:00
Bump dev branch to 2.0 to avoid endless version bump toil (#13497)
* wip * fix * fix
This commit is contained in:
@@ -25,7 +25,7 @@ head_node:
|
||||
# List of shell commands to run to set up nodes.
|
||||
setup_commands:
|
||||
- apt-get install -y libglib2.0-0 libcudnn7=7.6.5.32-1+cuda10.1
|
||||
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-1.2.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-cp37-cp37m-manylinux2014_x86_64.whl
|
||||
|
||||
# Command to start ray on the head node. You don't need to change this.
|
||||
head_start_ray_commands:
|
||||
|
||||
@@ -33,7 +33,7 @@ file_mounts: {
|
||||
|
||||
setup_commands:
|
||||
- apt-get install -y libglib2.0-0 libcudnn7=7.6.5.32-1+cuda10.1
|
||||
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-1.2.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-cp37-cp37m-manylinux2014_x86_64.whl
|
||||
|
||||
worker_setup_commands: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user