After downloading the Nvidia Drivers and Toolkits
Make sure you select the corresponding CUDA Toolkit and the CUDA Drivers. The CUDA-Toolkits already have the Drivers as part of the Package
- CUDA Toolkit (available at https://developer.nvidia.com/cuda-downloads)
- CUDA Drivers (https://www.nvidia.com/en-us/drivers/)
When you run the runtime file, you may encounter this error in the logs
**Makefile:974: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.**
To resolve the issue, you have to install the following
dnf install elfutils-libelf-devel