Files
2026-07-13 13:17:40 +08:00

15 lines
284 B
YAML

cloud: {{env["ANYSCALE_CLOUD_NAME"]}}
zones:
- us-west1-c
head_node:
instance_type: n2-standard-4 # aws m5.xlarge
resources:
CPU: 4
worker_nodes:
- instance_type: n2-standard-4 # aws m5.xlarge
min_nodes: 3
max_nodes: 3
market_type: ON_DEMAND