Hi,
I wonder if it is now impossible to install CUDA5 for a Tesla M10 card on Ubuntu 1604.
This is a server which was donated recently which I would like to use.
I have tried:
- Removing all previous CUDA (Cuda 9, Cuda 10) with apt-purge.
- Trying to use the runfile sudo ./cuda_5.0.35_linux_64_ubuntu11.10-1.run
- Stopping the xserver - sudo service lightdm stop
I am now seeing a “kernel sources missing” error.
ERROR: The kernel header file
'/lib/modules/4.15.0-47-generic/build/include/linux/version.h' does
not exist. The most likely reason for this is that the kernel
source files in '/lib/modules/4.15.0-47-generic/build' have not been
configured.
Is this even remotely possible or am I barking up the wrong tree ?
Might it be a better strategy to try to install CUDA via nvidia-docker, or does this not extend way back to CUDA5 ?
Thanks for your attention!