fix(docker): mount /dev/shm into capture sidecars for framecache access

This commit is contained in:
Wild Dragon Dev 2026-06-03 18:55:44 +00:00
parent ccaef50c09
commit 5686e65df9

View file

@ -125,6 +125,8 @@ services:
NVIDIA_VISIBLE_DEVICES: all
NVIDIA_DRIVER_CAPABILITIES: video,compute,utility
# (Devices are dynamically mounted by node-agent)
volumes:
- /dev/shm:/dev/shm
ports:
- "${CAPTURE_PORT:-7437}:3001"
networks: