This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
system has unsupported display driver / cuda driver combination #1256
Closed
5 of 8 tasks
Comments
Rootcause of this issue :
Host machine
Docker container
Solution :Remove the compat libcuda.so Reasoning :If hosts have new enough driver then there is no need to use compat lib. |
4 tasks
I got stuck in the same problem. I was installing CUDA 11.1 on a server machine whose Docker image had a driver version compatible with CUDA 10. I changed the docker image and it worked. |
I have the same error for
After doing that, the nvidia setting in container is
and in host
As you see here I have the same version of |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
1. Issue or feature description
2. Steps to reproduce the issue
Too lengthy/not possible to share.
3. Information to attach (optional if deemed irrelevant)
nvidia-container-cli -k -d /dev/tty info
uname -a
dmesg
nvidia-smi -a
docker version
dpkg -l '*nvidia*'
orrpm -qa '*nvidia*'
nvidia-container-cli -V
incubator-mxnet repo uses the base image as nvidia/cuda-10-1 docker image
The command that fails for me :
The text was updated successfully, but these errors were encountered: