Update home-tools.yaml

master
Dex Burgess 2025-05-31 05:42:14 +00:00
parent d44da852b0
commit 30ceb1bab8
1 changed files with 19 additions and 11 deletions

View File

@ -97,19 +97,27 @@ services:
- /dockers/vaultwarden:/data/
# AI
openai-whisper-rocm:
image: psoldunov/openai-whisper-rocm
container_name: whisper-rocm
whisper:
container_name: whisper
restart: unless-stopped
stdin_open: true
tty: true
devices:
- /dev/kfd
- /dev/dri
build:
context: .
group_add:
- video
volumes:
- /dockers/whipser-rocm:/data
# ports:
# - 10300:10300
- ./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