Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
change flavor-id from gtx1080 to a100. no available gpu in ru-9
  • Loading branch information
fil106 authored Jul 1, 2024
1 parent 186564e commit 8822732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ module "mks" {
gpu_ng_volume_gb = [100]
gpu_ng_volume_type = ["fast"]
gpu_ng_labels = [{ "role" : "gpu" }]
gpu_ng_flavor = ["3021"]
gpu_ng_flavor = ["3041"]

nat_subnet_cidr = "10.222.0.0/16"
enable_autorepair = false
Expand Down

0 comments on commit 8822732

Please sign in to comment.