compute_gce.yaml 641 B

12345678910111213141516171819202122232425262728293031
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-c
  5. gcp_advanced_configurations_json:
  6. instance_properties:
  7. disks:
  8. - boot: true
  9. auto_delete: true
  10. initialize_params:
  11. disk_size_gb: 500
  12. head_node_type:
  13. name: head_node
  14. instance_type: n2-standard-16
  15. worker_node_types:
  16. - name: cpu_node
  17. instance_type: n2-standard-16
  18. min_workers: 0
  19. max_workers: 2
  20. use_spot: false
  21. - name: fake_gpu_node
  22. instance_type: n2-standard-16
  23. min_workers: 0
  24. max_workers: 2
  25. use_spot: false
  26. resources:
  27. cpu: 16
  28. gpu: 1