fix(docker): mount /dev/shm into capture sidecars for framecache access
This commit is contained in:
parent
ccaef50c09
commit
5686e65df9
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue