* feat(playback): NVENC support for transcoding * fix(playback): probe nvenc before auto-selecting * fix(playback): use safe NVENC smoke probe dimensions --------- Co-authored-by: Quick <31828688+Quick104@users.noreply.github.com>
21 lines
516 B
YAML
21 lines
516 B
YAML
services:
|
|
silo:
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- driver: nvidia
|
|
count: ${NVIDIA_GPU_COUNT:-1}
|
|
capabilities: [gpu]
|
|
|
|
# Optional distributed-mode example. Most single-host installs should
|
|
# just use the integrated service above.
|
|
# silo-transcode:
|
|
# deploy:
|
|
# resources:
|
|
# reservations:
|
|
# devices:
|
|
# - driver: nvidia
|
|
# count: ${NVIDIA_GPU_COUNT:-1}
|
|
# capabilities: [gpu]
|