I am trying pass serial data to an arduino, via pyserial, from inside the inference docker but there isn’t any devices in ls dev/ttyusb ?
The pyserial part works outside the docker.
I am running it from inside the inference docker because opencv wont import into python if I try to from outside the docker. I have installed it for sure?
This all works fine on another linux machine, so I just want to pass the usb device to the docker on run ?