File size: 293 Bytes
3972fea | 1 2 3 4 5 6 7 8 9 10 11 12 13 | services:
pose-driven-3d-characters:
image: flugmaschine/pose-driven-3d-characters:latest
build:
context: .
environment:
DISPLAY: ${DISPLAY:-:0}
devices:
- /dev/video0:/dev/video0
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
network_mode: host
|