-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDA driver verision is insufficient for CUDA runtime version #1
Comments
Which nVidia driver are you running on your docker host? Probably you simply have to update the graphics driver to make it work. |
Hi Thorsten, I am running driver version 440.33.01, which was installed as part of the latest cuda installation available for Ubuntu 18.04. +-----------------------------------------------------------------------------+ |
Are you running nvidia-docker or plain docker? With plain docker it won't work because the docker container must share the nvidia driver with the host system. |
I am running Docker 19.03.7 with Nvidia-docker. This version did change the syntax slightly from
If i remove the
|
This is an excellent tool for cell segmentation. I installed and run the docker perfectly in last week (Ubuntu20.04+docker19.03.12+nvidia-docker, nvidia-driver:440.100, cuda:10.2, RTX2060Super). After the installation of nvidia-docker, I check it as below: Then I downloaded the caffe-unet docker zip file to make. --no-check-certificate should be added into the line 23 in No other specific change. I notice your port is "22", not "2222", which is different from the tutorial. But if it is the question, you can't establish connection (seems like you modify the startServer.sh). Anyway, wish you solve the problem. |
I agree that in the logs you should see port 2222 if you run the docker container with If you did not explicitly change the default ssh port of your host system, port 22 will connect to the host not to the docker container. If your host knows a user named unetuser and if you have a caffe-unet installation on the host but it does not work due to missing or insufficient CUDA toolkit, this would explain the error. However, these are many ifs. |
Hello,
I am trying to set up the U-Net server backend using the simple docker method (startServer.sh). I can successfully create the docker container and connect to it using the U-Net Fiji plug-in, but during segmentation I get the following error:
Model check failed:
F0310 19:40:56.398861 55 common.cpp:152] Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version
Does anyone have any insight into how to fix the driver/runtime error in Docker?
Here is the full Fiji log for the event: (note that after the error message, I closed the docker window which is why there are 'Host Unreachable' errors at the end.)
The text was updated successfully, but these errors were encountered: