Skip to content

Commit

Permalink
change image name
Browse files Browse the repository at this point in the history
  • Loading branch information
falconlee236 committed Nov 8, 2024
1 parent c1f405e commit ed41781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/worker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "google_compute_instance" "gpu_instance" {
boot_disk {
initialize_params {
// cuda image that works with cuda 11.8
image = "deeplearning-platform-release/common-cu118"
image = "deeplearning-platform-release/pytorch-latest-cu118"
type = "pd-ssd"
size = 150
}
Expand Down

0 comments on commit ed41781

Please sign in to comment.