compute_tpl_gce.yaml 457 B

123456789101112131415161718192021222324
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-b
  5. max_workers: 3
  6. head_node_type:
  7. name: head_node
  8. instance_type: n1-standard-4
  9. worker_node_types:
  10. - name: worker_node
  11. instance_type: n1-standard-32-nvidia-tesla-t4-2
  12. max_workers: 3
  13. min_workers: 3
  14. use_spot: false
  15. #aws:
  16. # TagSpecifications:
  17. # - ResourceType: "instance"
  18. # Tags:
  19. # - Key: ttl-hours
  20. # Value: '24'