only_head_node_1gpu_64cpu_gce.yaml 412 B

1234567891011121314151617181920212223
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-b
  5. gcp_advanced_configurations_json:
  6. instance_properties:
  7. disks:
  8. - boot: true
  9. auto_delete: true
  10. initialize_params:
  11. disk_size_gb: 150
  12. max_workers: 0
  13. head_node_type:
  14. name: head_node
  15. instance_type: n2-standard-64
  16. resources:
  17. cpu: 64
  18. gpu: 64
  19. worker_node_types: []