Detect hardware acceleration capabilities and provide suggestions.

This commit is contained in:
SergeantPanda 2025-05-09 17:19:46 -05:00
parent f762e1b923
commit aff93591fd
4 changed files with 252 additions and 0 deletions

View file

@ -14,6 +14,21 @@ services:
- POSTGRES_PASSWORD=secret
- REDIS_HOST=redis
- CELERY_BROKER_URL=redis://redis:6379/0
# Optional for hardware acceleration
#group_add:
# - video
# #- render # Uncomment if your GPU requires it
#devices:
# - /dev/dri:/dev/dri # For Intel/AMD GPU acceleration (VA-API)
# Uncomment the following lines for NVIDIA GPU support
# NVidia GPU support (requires NVIDIA Container Toolkit)
#deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: all
# capabilities: [gpu]
celery:
image: dispatcharr/dispatcharr:alpha-v1