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.
Thanks a lot, I will definitely look into it!