mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:16:19 +08:00
hard code link to release candidate wheel in release tests
This commit is contained in:
@@ -30,7 +30,7 @@ worker_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.1.0.dev0-cp37-cp37m-manylinux2014_x86_64.whl
|
||||
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/releases/ray-1.1.0/c7239d7b738919daa2fad65e26d3634a9f36f2eb/ray-1.1.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:
|
||||
|
||||
@@ -3,7 +3,7 @@ cluster_name: ray-release-microbenchmark
|
||||
docker:
|
||||
image: anyscale/ray:latest
|
||||
container_name: ray_container
|
||||
pull_before_run: False
|
||||
pull_before_run: True
|
||||
|
||||
provider:
|
||||
type: aws
|
||||
|
||||
@@ -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.1.0.dev0-cp37-cp37m-manylinux2014_x86_64.whl
|
||||
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/releases/ray-1.1.0/c7239d7b738919daa2fad65e26d3634a9f36f2eb/ray-1.1.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.1.0.dev0-cp37-cp37m-manylinux2014_x86_64.whl
|
||||
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/releases/ray-1.1.0/c7239d7b738919daa2fad65e26d3634a9f36f2eb/ray-1.1.0.dev0-cp37-cp37m-manylinux2014_x86_64.whl
|
||||
|
||||
worker_setup_commands: []
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ setup_commands:
|
||||
- pip install terminado
|
||||
- pip install boto3==1.4.8 cython==0.29.0
|
||||
# - cd ray/python; git checkout master; git pull; pip install -e . --verbose
|
||||
- "pip install https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-1.1.0.dev0-cp38-cp38-manylinux2014_x86_64.whl"
|
||||
- "pip install https://s3-us-west-2.amazonaws.com/ray-wheels/releases/ray-1.1.0/c7239d7b738919daa2fad65e26d3634a9f36f2eb/ray-1.1.0.dev0-cp38-cp38-manylinux2014_x86_64.whl"
|
||||
# Custom commands that will be run on the head node after common setup.
|
||||
head_setup_commands: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user