Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

nvidia-docker | 2016/06/06 22:49:17 Error: Could not load UVM kernel module #106

Closed
martende opened this issue Jun 6, 2016 · 6 comments
Closed

Comments

@martende
Copy link

martende commented Jun 6, 2016

I have just installed nvidia-docker and receive
on ubuntu 14

sudo nvidia-docker run --rm nvidia/cuda nvidia-smi
nvidia-docker | 2016/06/06 22:49:17 Error: Could not load UVM kernel module

@3XX0
Copy link
Member

3XX0 commented Jun 6, 2016

How did you install the NVIDIA drivers?
Can you try doing nvidia-modprobe -u -c=0 in a terminal?

@martende
Copy link
Author

martende commented Jun 7, 2016

I have just used ubuntu packages

root@belka2-500-311ng:/home/belka# nvidia-modprobe -u -c=0 
root@belka2-500-311ng:/home/belka# 

@flx42
Copy link
Member

flx42 commented Jun 7, 2016

After doing that, can you retry your initial command?

@martende
Copy link
Author

martende commented Jun 7, 2016

root@belka2-500-311ng:/home/belka# nvidia-modprobe -u -c=0 
root@belka2-500-311ng:/home/belka# sudo nvidia-docker run --rm nvidia/cuda nvidia-smi
nvidia-docker | 2016/06/07 18:49:33 Error: unsupported CUDA version: driver 7.0 < image 7.5

@flx42
Copy link
Member

flx42 commented Jun 7, 2016

It means your driver is too old to run CUDA 7.5 code, you must either install a newer driver, or run CUDA 7.0 containers: nvidia-docker run --rm nvidia/cuda:7.0 nvidia-smi

Did you install the nvidia-modprobe package through apt after your first message? If the nvidia-modprobe binary was present, it's surprising that it failed.

@martende
Copy link
Author

martende commented Jun 7, 2016

Did you install the nvidia-modprobe package through apt after your first message? If the nvidia-modprobe binary was present, it's surprising that it failed.

No I have installed it. with apt-get

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants