How to enable GPU in Ubuntu machine or Any Linux Machine?

In Ubuntu 22.04.3 LS Machine we installed python,tensorflow,CUDA drivers etc. the training program its not running in GPU , its running only in CPU.how to enable the GPU to run the training program.

Versions as follows Python - 3.10.12 Tensorflow - 2.16.1 Driver - 535.161.08 CUDA -12.2

How to trigger the GPU to run the training model?

Hi @krishnan_s ,
Please make sure you are using the correct driver versions.
Also, are you running the instance based out of container? or directly on host?