You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_accelerator_config"></a> [accelerator\_config](#input\_accelerator\_config)| Nodeset accelerator config, see https://cloud.google.com/tpu/docs/supported-tpu-configurations for details. | <pre>object({<br> topology = string<br> version = string<br> })</pre> | <pre>{<br> "topology": "",<br> "version": ""<br>}</pre> | no |
51
51
| <aname="input_data_disks"></a> [data\_disks](#input\_data\_disks)| The data disks to include in the TPU node |`list(string)`|`[]`| no |
52
-
| <aname="input_docker_image"></a> [docker\_image](#input\_docker\_image)| The gcp container registry id docker image to use in the TPU vms, it defaults to gcr.io/schedmd-slurm-public/tpu:slurm-gcp-6-1-tf-<var.tf\_version> |`string`|`""`| no |
52
+
| <aname="input_docker_image"></a> [docker\_image](#input\_docker\_image)| The gcp container registry id docker image to use in the TPU vms, it defaults to gcr.io/schedmd-slurm-public/tpu:slurm-gcp-6-2-tf-<var.tf\_version> |`string`|`""`| no |
53
53
| <aname="input_enable_public_ip"></a> [enable\_public\_ip](#input\_enable\_public\_ip)| Enables IP address to access the Internet. |`bool`|`false`| no |
54
54
| <aname="input_network"></a> [network](#input\_network)| The name of the network to attach the TPU-vm of this nodeset to. |`string`|`""`| no |
55
55
| <aname="input_node_count_dynamic_max"></a> [node\_count\_dynamic\_max](#input\_node\_count\_dynamic\_max)| Maximum number of nodes allowed in this partition to be created dynamically. |`number`|`0`| no |
Copy file name to clipboardExpand all lines: terraform/slurm_cluster/modules/slurm_nodeset_tpu/variables.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ variable "accelerator_config" {
51
51
}
52
52
53
53
variable"docker_image" {
54
-
description="The gcp container registry id docker image to use in the TPU vms, it defaults to gcr.io/schedmd-slurm-public/tpu:slurm-gcp-6-1-tf-<var.tf_version>"
54
+
description="The gcp container registry id docker image to use in the TPU vms, it defaults to gcr.io/schedmd-slurm-public/tpu:slurm-gcp-6-2-tf-<var.tf_version>"
0 commit comments