docker build --tag spatz_display .
docker run -ti --net=host --env="DISPLAY" -v /var/run/docker.sock:/var/run/docker.sock spatz_display
pip3 install -r requirements.txt
- install binary from protoc-*.zip
protoc -I=protobuf_types --python_out=. protobuf_types/*.proto