TwitchDownloader/docker-compose.nvidia.yml
MaddoScientisto ec44981a9d
All checks were successful
Publish Twitch Archive Container / publish (push) Successful in 7m36s
Add NVIDIA support for FFmpeg in Docker and enhance chat rendering functionality
- Introduced a new docker-compose.nvidia.yml for NVIDIA GPU support.
- Updated dockerstart.bat to allow optional NVIDIA runtime.
- Enhanced ContentDownloader to manage chat rendering status and font settings.
- Improved hardware acceleration detection in utils.py.
- Added tests for hardware acceleration and chat rendering behavior.

Co-authored-by: Copilot <copilot@github.com>
2026-04-25 12:28:59 +02:00

6 lines
207 B
YAML

services:
twitch-archive:
gpus: all
environment:
NVIDIA_VISIBLE_DEVICES: ${NVIDIA_VISIBLE_DEVICES:-all}
NVIDIA_DRIVER_CAPABILITIES: ${NVIDIA_DRIVER_CAPABILITIES:-compute,utility,video}