mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
35 lines
639 B
YAML
35 lines
639 B
YAML
![]() |
cluster_name: ray-tune-scalability-tests-1x16
|
||
|
|
||
|
max_workers: 0
|
||
|
upscaling_speed: 1
|
||
|
|
||
|
idle_timeout_minutes: 0
|
||
|
|
||
|
docker:
|
||
|
image: anyscale/ray:nightly
|
||
|
container_name: ray_container
|
||
|
pull_before_run: true
|
||
|
|
||
|
provider:
|
||
|
type: aws
|
||
|
region: us-west-2
|
||
|
availability_zone: us-west-2a
|
||
|
cache_stopped_nodes: false
|
||
|
|
||
|
available_node_types:
|
||
|
cpu_4_ondemand:
|
||
|
node_config:
|
||
|
InstanceType: m5.xlarge
|
||
|
resources: {"CPU": 4}
|
||
|
min_workers: 0
|
||
|
max_workers: 0
|
||
|
|
||
|
auth:
|
||
|
ssh_user: ubuntu
|
||
|
|
||
|
head_node_type: cpu_4_ondemand
|
||
|
worker_default_node_type: cpu_4_ondemand
|
||
|
|
||
|
setup_commands:
|
||
|
- ray install-nightly
|