Many thanks @sabalaba for your kind response!
I downloaded cuDNN 8 for Ubuntu 20.04 and added the LD_LIBRARY_PATH as per your suggestion.
However, while testing for Tensorflowâs GPU association, I received an error stating, âCould not load dynamic library âlibcusolver.so.10â; dlerror: libcusolver.so.10: cannot open shared object file: No such file or directoryâ.
This might be resolved by completely removing all installed CUDA files and a fresh install of CUDA, but I fear, this would lead to an incongruity in the existing Lambda Stack.
Note: I even tried with Tensorflow 2.4.0-rc1 whose pip packages are now built with CUDA11 and cuDNN 8.0.2.
Would you kindly be able to suggest a solution here?