-
Notifications
You must be signed in to change notification settings - Fork 62
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
Issue running denseflow with docker #62
Comments
I have the same error too. |
I couldnt resolve it on docker. So i set up denseflow on linux operating
system.
…On Wed, Apr 27, 2022, 4:37 PM elicz ***@***.***> wrote:
I have the same error too.
—
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQCDSSPNA5AMK63ESEQXROTVHDVEHANCNFSM5RS7K56Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi, @RabiaCodes I guess you should add the sudo docker run --gpus all But I didn't test it. I failed to build it locally. And has anyone successfully built it and pushed it to Docker Hub? Thank you! |
In the Dockerfile, you have to set the CUDA and CUDNN versions such that it pulls a base container compatible with your graphics card, and you have to set the CUDA_GENERATION to be that of your card also. I have and RTX 3080 and so these were 11.4.0, 8, and Ampere respectively. I was already using the |
I am trying to run denseflow on docker. But i get this error. How can i resolve this?
Input:
docker run [docker_image:mytag] path/to/video -b=20 -a=tvl1 -s=1 -v
Error:
OpenCV(4.5.2) /opencv/modules/core/src/cuda_info.cpp:73: error: (-217:Gpu API call) CUDA driver version is insufficient for CUDA runtime version in function 'setDevice'
The text was updated successfully, but these errors were encountered: