chore: add zampp3 compose override (3x L4, no DeckLink)
This commit is contained in:
parent
c8cddc19b2
commit
6c1edae7f0
1 changed files with 10 additions and 0 deletions
10
docker-compose.zampp3.yml
Normal file
10
docker-compose.zampp3.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# zampp3-specific overrides: 3x L4 GPUs, no DeckLink
|
||||
services:
|
||||
node-agent:
|
||||
devices: !reset []
|
||||
worker-l4:
|
||||
environment:
|
||||
NVIDIA_VISIBLE_DEVICES: "all"
|
||||
WORKER_LABEL: "zampp3 / 3x L4"
|
||||
WORKER_QUEUES: proxy,conform,trim
|
||||
PROXY_CONCURRENCY: "9"
|
||||
Loading…
Reference in a new issue