NodeODM icon indicating copy to clipboard operation
NodeODM copied to clipboard

Unable to use gpu acceleration as docker can't identify nvidia gpu driver

Open arkhamHack opened this issue 3 years ago • 0 comments

What is the problem?

For running nodeodm:gpu I need nvidia gpu acceleration but docker is unable to find the nvidia gpu driver. image

What should be the expected behavior?

Ans: Nodeodm should be able to harness nvidia gpu fpr gpu acceleration.

How can we reproduce this? (What steps did you do to trigger the problem? Be detailed)

Ans: I downloaded the required nvidia driver and ran the command: docker run -p 3000:3000 --gpus all opendronemap/nodeodm:gpu

This uses the inbuilt intel gpu and not the nvidia gpu. I have also installed wsl2 for setting up docker wsl2 backend.

image

arkhamHack avatar Sep 10 '22 15:09 arkhamHack