mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
18 lines
506 B
YAML
18 lines
506 B
YAML
# A unique identifier for the head node and workers of this cluster.
|
|
cluster_name: minimal
|
|
|
|
# The maximum number of worker nodes to launch in addition to the head
|
|
# node. This takes precedence over min_workers. min_workers default to 0.
|
|
max_workers: 1
|
|
|
|
# Cloud-provider specific configuration.
|
|
provider:
|
|
type: gcp
|
|
region: us-west1
|
|
availability_zone: us-west1-a
|
|
project_id: null # Globally unique project id
|
|
|
|
# How Ray will authenticate with newly launched nodes.
|
|
auth:
|
|
ssh_user: ubuntu
|