Problem when using Opencv with CUDA
I started my docker with
docker run julianassmann/opencv-cuda:cuda-10.2-opencv-4.2
Then have the following error message when I try to execute a program while using GpuMats I could built perfectly my code but then..
terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(4.2.0) /opt/opencv-4.2.0/modules/core/src/cuda/gpu_mat.cu:116: error: (-217:Gpu API call) CUDA driver version is insufficient for CUDA runtime version in function 'allocate'
Hello, I have another error after build docker container:
I have used this Dockerfile https://github.com/JulianAssmann/opencv-cuda-docker/blob/master/ubuntu-20.04/opencv-4.5/cuda-11.1/Dockerfile
I used GeForce RTX 3090 GPU card
I had the same error. My problem was that I did not install nvidia-docker. You can install by following the instructions here:
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html
@isra60 @pingvinton Did the solution proposed by @Saafke resolve the issue?
Hi
I have the same error as @isra60 and the solution proposed by @Saafke didn't work. Does anyone has any idea how to fix this issue?