Skip to content

Commit 89a34c8

Browse files
notebooks: fix test failures in google_notebooks_instance (#14329) (#1025)
[upstream:fc7fba6ecba1a7395729f813bf37e22306ab132a] Signed-off-by: Modular Magician <[email protected]>
1 parent 388a47f commit 89a34c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

notebook_instance_basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ resource "google_notebooks_instance" "instance" {
44
machine_type = "e2-medium"
55
vm_image {
66
project = "deeplearning-platform-release"
7-
image_family = "tf-latest-cpu"
7+
image_family = "pytorch-latest-cu124"
88
}
99
}

notebook_instance_basic_gpu/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ resource "google_notebooks_instance" "instance" {
1010
}
1111
vm_image {
1212
project = "deeplearning-platform-release"
13-
image_family = "tf-latest-gpu"
13+
image_family = "pytorch-latest-cu124"
1414
}
1515
}

notebook_instance_basic_stopped/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "google_notebooks_instance" "instance" {
44
machine_type = "e2-medium"
55
vm_image {
66
project = "deeplearning-platform-release"
7-
image_family = "tf-latest-cpu"
7+
image_family = "pytorch-latest-cu124"
88
}
99
desired_state = "STOPPED"
1010
}

0 commit comments

Comments
 (0)