mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
39 lines
681 B
YAML
39 lines
681 B
YAML
![]() |
cluster_name: ray-lightgbm-release-cpu-small
|
||
|
|
||
|
max_workers: 4
|
||
|
|
||
|
upscaling_speed: 32
|
||
|
|
||
|
idle_timeout_minutes: 15
|
||
|
|
||
|
docker:
|
||
|
image: anyscale/ray:latest
|
||
|
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: 3
|
||
|
max_workers: 3
|
||
|
|
||
|
auth:
|
||
|
ssh_user: ubuntu
|
||
|
|
||
|
head_node_type: cpu_4_ondemand
|
||
|
worker_default_node_type: cpu_4_ondemand
|
||
|
|
||
|
file_mounts: {
|
||
|
"~/lightgbm_tests": "."
|
||
|
}
|
||
|
|
||
|
file_mounts_sync_continuously: false
|