Inder
Inder

Reputation: 3826

How to add a GPU accelarator to CIS UBUNTU linux 20.04 on GCP

I am trying to set up a CIS Ubuntu 20.04 LTS Benchmark Level 1 on GCP with this image in marketplace.

I am able to get the image to launch with any CPU configuration but I am not able to add a GPU to a VM containing the same. Is there a way to do the same?

I am sure there is a method to implement it just not sure how do I find it.

Upvotes: 1

Views: 86

Answers (1)

Sergiusz
Sergiusz

Reputation: 1245

Deploy the image on a N1 instance, then stop it, edit and add NVIDIA Tesla T4.
You can try different combination, but not all instance types and regions can have a GPU.
For more information regarding GPU restriction check the documentation.

Upvotes: 1

Related Questions