Skip to content

Commit

Permalink
Merge pull request #16 from chiayi/update-machine
Browse files Browse the repository at this point in the history
Add labels to match ray nodeselector
  • Loading branch information
richardsliu authored Aug 14, 2023
2 parents da2a6f0 + 9dfa99c commit 94dc853
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ray-on-gke/platform/modules/gke_standard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ resource "google_container_node_pool" "gpu_pool" {
env = var.project_id
}

guest_accelerator {
type = "nvidia-tesla-t4"
count = 2
}

# preemptible = true
image_type = "cos_containerd"
machine_type = "n1-standard-16"
Expand Down

0 comments on commit 94dc853

Please sign in to comment.