Setup problems: Ovh

Hi,

I’ve recently rented out a dedicated server from ovh to do a kaggle contest, but I can’t get the installation to work with the script provided from the course. Everything works fine until I run

sudo modprobe nvidia

where I get this error

modprobe: ERROR: ../libkmod/libkmod.c:514 lookup_builtin_file() could not open builtin file '/lib/modules/4.9.58-xxxx-std-ipv6-64/modules.builtin.bin' modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.9.58-xxxx-std-ipv6-64/modules.dep.bin' modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.9.58-xxxx-std-ipv6-64/modules.dep.bin' modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='nvidia_384' modprobe: ERROR: could not insert 'nvidia_384': Unknown symbol in module, or unknown parameter (see dmesg)

I tried installing using sudo apt-get install nvidia-384, but that didn’t work either. BTW I’m using a server with 2 GTX 1060s.