lead_dev JosephMtz69 I was just able to build a new docker container and access OAK-D from it, running rgb_preview.py
script.
To use it now, please do the following
cd depthai-python
git checkout enable_multiarch_build
git submodule update --init --recursive
xhost local:root
docker build -t depthai -f ci/Dockerfile .
docker run --rm --privileged -v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw' -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix depthai python3 /depthai-python/examples/ColorCamera/rgb_preview.py
PR with this Dockerfile changes is here - https://github.com/luxonis/depthai-python/pull/270 - and as soon as we manage to make CI work, we'll have these docker images updated on the dockerhub automatically