GoogleCloudPlatform / anthos-ai

AI and Machine Learning workflows on Anthos Bare Metal.
Apache License 2.0
11 stars 3 forks source link

Create a GPU based ABM cluster and install CUDA drivers during Terraform initialization #6

Closed puneith closed 3 years ago

puneith commented 3 years ago

We need to create a Terraform based ABM cluster setup [1] using GPU on Google Compute Engine. We've made upstream contribution to the Google Terraform Provider for GPU support [2] in the instance_template module release [3]. We need to perform few things --

[1] https://github.com/GoogleCloudPlatform/anthos-samples/tree/master/anthos-bm-gcp-terraform [2] https://github.com/terraform-google-modules/terraform-google-vm/pull/160 [3] https://github.com/terraform-google-modules/terraform-google-vm/pull/158

puneith commented 3 years ago

https://github.com/GoogleCloudPlatform/anthos-samples/pull/68