Connor Patrick

Results 4 comments of Connor Patrick

Sorry I can't help, but I have the exact same issue - all was working before, then after an update (Driver Version: 515.65.01) and a reboot the gpu doesn't work...

@elezar thanks for looking into this. The command I'm running is: `docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi` which returns the following error: `docker: Error response from daemon: could not...

@elezar Sure, please find the output below: ``` $ ls -al /usr/bin/nvidia-container* -rwxr-xr-x. 1 root root 48072 Sep 6 10:26 /usr/bin/nvidia-container-cli -rwxr-xr-x. 1 root root 3648696 Jun 13 11:42 /usr/bin/nvidia-container-runtime...

@elezar Thanks very much for your help. I removed and then installed NVIDIA container toolkit and all is working well. Running `ls -al /usr/bin/nvidia-container*` produces the following result: ``` $...