Update home-tools.yaml

master
Dex Burgess 2025-05-31 05:54:58 +00:00
parent 30ceb1bab8
commit 1ab3370490
1 changed files with 0 additions and 23 deletions

View File

@ -96,29 +96,6 @@ services:
volumes:
- /dockers/vaultwarden:/data/
# AI
whisper:
container_name: whisper
restart: unless-stopped
build:
context: .
group_add:
- video
volumes:
- ./data:/data
command:
- --download-dir
- /data
- --language
- en
- --device
- cuda
ports:
- 10300:10300
devices:
- "/dev/dri"
- "/dev/kfd"
# faster-whisper:
# image: lscr.io/linuxserver/faster-whisper:gpu
# container_name: faster-whisper