Using TensorFlow 2.9.1 without degrading CUDA and cuDNN

Hi all, is there a way to run tensorflow + keras without having to downgrade existing CUDA 11.6 version?

@Daniel_Semsey I think the easiest way, (without managing local CUDA installation at all) is to use Tensorflow provided docker images:

You only need Nvidia GPU drivers and Docker GPU support.

1 Like

Thanks a lot, I will definitely look into it!