Thanks. Initially I solved it by changing the first line in the dockerfile for NodeODM which chooses the image to use. But your solution is obviously more clean. Thanks!
Do you also happen to know how i can store the results on a server in the local network from a linux machine running the node. I have tried searching for this but I cant make sense of it. I am new to both Linux and ODM, so there is a lot to take in. When i open a terminal in the folder i want to store the projects in, it says i am in:
/run/user/1000/gvfs/smb-share:server=<Servername>, share=<Local file path in server filesystem>
So i suppose smb-share is some program which connects me to the server or something. How can i store my results from NodeODM here?
Clarification: The linux machine is a VM on the same server but the VM has limited storage and needs to access the servers main storage which is in it’s “local network”.