fix(docker): remove hardcoded DeckLink devices to support nodes without hardware
This commit is contained in:
parent
5eaf71b70c
commit
cd67dfceea
1 changed files with 1 additions and 3 deletions
|
|
@ -125,9 +125,7 @@ services:
|
|||
CAPTURE_PORT: 3001
|
||||
NVIDIA_VISIBLE_DEVICES: all
|
||||
NVIDIA_DRIVER_CAPABILITIES: video,compute,utility
|
||||
devices:
|
||||
- ${BMD_DEVICE_0:-/dev/blackmagic/dv0}:/dev/blackmagic/dv0
|
||||
- ${BMD_DEVICE_1:-/dev/blackmagic/dv1}:/dev/blackmagic/dv1
|
||||
# (Devices are dynamically mounted by node-agent)
|
||||
ports:
|
||||
- "${CAPTURE_PORT:-7437}:3001"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue