fix(capture): update compose context to root for framecache dependency
This commit is contained in:
parent
d193b84466
commit
36740de86b
1 changed files with 3 additions and 1 deletions
|
|
@ -109,7 +109,9 @@ services:
|
|||
# SDI capture service — only start on nodes with Blackmagic DeckLink cards
|
||||
# Set BMD_DEVICE_0 in .env.worker to the actual device path, e.g. /dev/blackmagic/dv0
|
||||
capture:
|
||||
build: ./services/capture
|
||||
build:
|
||||
context: .
|
||||
dockerfile: services/capture/Dockerfile
|
||||
profiles: [capture]
|
||||
restart: unless-stopped
|
||||
runtime: nvidia
|
||||
|
|
|
|||
Loading…
Reference in a new issue