Skip to content

Commit

Permalink
update infra to support gpu location
Browse files Browse the repository at this point in the history
  • Loading branch information
umeshkumhar committed Mar 5, 2024
1 parent d9f3f0c commit 931ca21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions applications/rag/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ spec:
title: Cluster Location
section: cluster_details
xGoogleProperty:
type: ET_GCE_LOCATION
type: ET_GCE_REGION
gce_region:
allowlisted_regions: ["asia-east1","asia-northeast1","asia-northeast3","asia-south1","asia-southeast1","europe-west1","europe-west2","europe-west3","europe-west4","us-central1","us-east1","us-east4","us-west1","us-west4"]
cluster_name:
name: cluster_name
title: Cluster Name
Expand All @@ -43,7 +45,6 @@ spec:
autopilot_cluster:
name: autopilot_cluster
title: Autopilot Cluster
invisible: true
section: cluster_details
create_gcs_bucket:
name: create_gcs_bucket
Expand Down
4 changes: 2 additions & 2 deletions applications/rag/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ variable "jupyter_url_domain_name" {
variable "jupyter_support_email" {
type = string
description = "Email for users to contact with questions about their consent"
default = ""
}

variable "jupyter_client_id" {
Expand Down Expand Up @@ -352,6 +353,5 @@ variable "gpu_pools" {
accelerator_count = 2
accelerator_type = "nvidia-l4"
gpu_driver_version = "DEFAULT"
}
]
}]
}

0 comments on commit 931ca21

Please sign in to comment.