I'm wondering if you have any experience running the sensorsim service as non-root (e.g. by setting user: $UID:$GID in the docker-compose.yaml). If I try that, I get this ModuleNotFoundError reported here. I tried building from the image and chmodding a bunch of folders, but so far no luck.
My goal is to read data from a NFS with root squashing. Any ideas?
Thanks!