File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
notebook_instance_basic_gpu
notebook_instance_basic_stopped Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ resource "google_notebooks_instance" "instance" {
4
4
machine_type = " e2-medium"
5
5
vm_image {
6
6
project = " deeplearning-platform-release"
7
- image_family = " tf -latest-cpu "
7
+ image_family = " pytorch -latest-cu124 "
8
8
}
9
9
}
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ resource "google_notebooks_instance" "instance" {
10
10
}
11
11
vm_image {
12
12
project = " deeplearning-platform-release"
13
- image_family = " tf -latest-gpu "
13
+ image_family = " pytorch -latest-cu124 "
14
14
}
15
15
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resource "google_notebooks_instance" "instance" {
4
4
machine_type = " e2-medium"
5
5
vm_image {
6
6
project = " deeplearning-platform-release"
7
- image_family = " tf -latest-cpu "
7
+ image_family = " pytorch -latest-cu124 "
8
8
}
9
9
desired_state = " STOPPED"
10
10
}
You can’t perform that action at this time.
0 commit comments