|
|
|
|
|
by IceWreck
1114 days ago
|
|
The solution is to not install CUDA on your base system because you need multiple versions of CUDA and some of them are often incompatible with your distro provided GCC. Here is what works for me: - Nvidia drivers on base linux system (rpmfusion/fedora in my case) - Install nvidia container toolkit - Use a cuda base container image and run all your code inside podman or docker |
|
Back then the docs were just awful. Has this really changed that much in recent times?