R
Runpod12mo ago
Sander

Help Request: ODM Container Only Using CPU

Has anyone tried to deploy an ODM processing node using a pod before? https://github.com/OpenDroneMap/NodeODM How do I add the --gpus all to the pod? docker run -p 3000:3000 --gpus all opendronemap/nodeodm:gpu Or are there some limitations I don't see making this not working?
GitHub
GitHub - OpenDroneMap/NodeODM: A lightweight REST API to access aer...
A lightweight REST API to access aerial image processing engines such as ODM or MicMac - OpenDroneMap/NodeODM
4 Replies
riverfog7
riverfog712mo ago
if you do nvidia-smi in the pod and get something, your gpu is passed through the pod
Sander
SanderOP12mo ago
Yeah, that's what's confusing - nvidia-smi works fine in the pod and shows the GPU, but ODM still only processes with CPU.
Unknown User
Unknown User12mo ago
Message Not Public
Sign In & Join Server To View
Sander
SanderOP12mo ago
Thank you - looks like it's a CUDA version mismatch.

Did you find this page helpful?