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
if you do nvidia-smi in the pod and get something, your gpu is passed through the pod
Yeah, that's what's confusing - nvidia-smi works fine in the pod and shows the GPU, but ODM still only processes with CPU.
Is there indicator of that using cpu only?
I'm guessing the nvidia Cuda version
Try a later one
12.5filter when you create the pod
Thank you - looks like it's a CUDA version mismatch.