-
Notifications
You must be signed in to change notification settings - Fork 2k
Nvidia runtime fails to run any container #1252
Comments
nvidia-docker2 or nvidia-docker? I have the same issue. I think that |
I believe "--gpus all" is supported in docker starting from 19.03, but there we have 18.09.8 |
I am having this issue with nvidia-docker2 which while deprecated, is stated by the k8s-device-plugin as requried since K8s doesn't yet recognise the |
This doesn't address your issue directly, but hopefully the following link helps clear up the confusion around |
Yes, that makes it very clear. In the end I had to switch from CentOS to Ubuntu to get things running unfortunately due to the issue I mentioned in this comment. Hopefully K8s directly supports this soon and things can be unified. |
1. Issue or feature description
Run container with nvidia runtime leads to an error:
2. Steps to reproduce the issue
docker run --runtime=nvidia nvidia/cuda:10.0-base nvidia-smi
3. Information to attach (optional if deemed irrelevant)
nvidia-container-cli -k -d /dev/tty info
uname -a
Linux host-192-168-3-10 5.5.10-200.fc31.x86_64 #1 SMP Wed Mar 18 14:21:38 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
dmesg
[ 2360.831112] nvc:[driver][14579]: segfault at 38 ip 00007ff1a9fe6082 sp 00007fff7e2df3d0 error 4 in libc-2.30.so[7ff1a9eda000+14f000]
nvidia-smi -a
docker version
dpkg -l '*nvidia*'
orrpm -qa '*nvidia*'
nvidia-container-cli -V
The text was updated successfully, but these errors were encountered: