We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a256bce commit dfbb5b3Copy full SHA for dfbb5b3
environments/.stackhpc/terraform/main.tf
@@ -30,8 +30,9 @@ variable "cluster_image" {
30
type = map(string)
31
default = {
32
# https://github.com/stackhpc/ansible-slurm-appliance/pull/427
33
- RL8: "openhpc-RL8-241003-1122-348c1508"
34
- RL9: "openhpc-RL9-241003-1122-348c1508"
+ RL8: "openhpc-RL8-241003-1241-a256bce2"
+ RL9: "openhpc-RL9-241003-1241-a256bce2"
35
+ RL9-cuda: "openhpc-cuda-RL9-241003-1242-a256bce2"
36
}
37
38
0 commit comments