NodeODM
NodeODM copied to clipboard
Unable to use gpu acceleration as docker can't identify nvidia gpu driver
What is the problem?
For running nodeodm:gpu I need nvidia gpu acceleration but docker is unable to find the nvidia gpu driver.

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.
