File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
notebook_instance_basic_gpu
notebook_instance_basic_stopped Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resource "google_notebooks_instance" "instance" {
33 location = " us-west1-a"
44 machine_type = " e2-medium"
55 vm_image {
6- project = " deeplearning-platform-release "
7- image_family = " pytorch-latest-cu124 "
6+ project = " cloud-notebooks-managed "
7+ image_family = " workbench-instances "
88 }
99}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ resource "google_notebooks_instance" "instance" {
99 core_count = 1
1010 }
1111 vm_image {
12- project = " deeplearning-platform-release "
13- image_family = " pytorch-latest-cu124 "
12+ project = " cloud-notebooks-managed "
13+ image_family = " workbench-instances "
1414 }
1515}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ resource "google_notebooks_instance" "instance" {
33 location = " us-west1-a"
44 machine_type = " e2-medium"
55 vm_image {
6- project = " deeplearning-platform-release "
7- image_family = " pytorch-latest-cu124 "
6+ project = " cloud-notebooks-managed "
7+ image_family = " workbench-instances "
88 }
99 desired_state = " STOPPED"
1010}
You can’t perform that action at this time.
0 commit comments