Install cuda on vm.gpu2.1 instance
Content
I am installing cuda by following https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html. This link does not say Oracle linux is supported even though redhat and centos are supported. I stuck at the step of installing matching development package: Any idea? Is there a link for installing cuda on oracle linux?Code Snippet
$ sudo yum install kernel-devel-$(uname -r) kernel-headers-$(uname -r) Loaded plugins: langpacks, ulninfo No package kernel-devel-4.1.12-124.18.5.el7uek.x86_64 available. No package kernel-headers-4.1.12-124.18.5.el7uek.x86_64 available. Error: Nothing to do
Tagged:
1