mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 04:23:03 +08:00
18 lines
319 B
YAML
18 lines
319 B
YAML
cluster_name: ray-release-long-running-tests
|
|
|
|
docker:
|
|
image: anyscale/ray:latest
|
|
container_name: ray_container
|
|
pull_before_run: False
|
|
|
|
provider:
|
|
type: aws
|
|
region: us-west-2
|
|
availability_zone: us-west-2a, us-west-2b, us-west-2c
|
|
|
|
auth:
|
|
ssh_user: ubuntu
|
|
|
|
head_node:
|
|
InstanceType: m5.xlarge
|