Skip to content

Commit

Permalink
bump version of snapshot for gpu nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson committed Sep 24, 2024
1 parent e98a9ca commit 8fdd7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ locals {
default_pod = {
image = "Rocky-8"
image_cpu = "snapshot-cpunode-2024-R810.5"
image_gpu = "snapshot-gpunode-2024-R810.4"
image_gpu = "snapshot-gpunode-2024-R810.5"
nnode_cpu = 2
nnode_gpu = 0
nnode_compute = 0
Expand Down

0 comments on commit 8fdd7a4

Please sign in to comment.