From a1aa3f3f68e2c455820f66f7867640cfc6e77c6a Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Sat, 31 May 2025 02:14:15 +0000 Subject: [PATCH] Update home-tools.yaml --- home-tools.yaml | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/home-tools.yaml b/home-tools.yaml index c0a41dc..df66a43 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -96,22 +96,37 @@ services: volumes: - /dockers/vaultwarden:/data/ - faster-whisper: - image: lscr.io/linuxserver/faster-whisper:gpu - container_name: faster-whisper +# AI + openai-whisper-rocm: + image: psoldunov/openai-whisper-rocm + container_name: whisper-rocm restart: unless-stopped - environment: - - PUID=1000 - - PGID=1000 - - TZ=Etc/UTC - - WHISPER_MODEL=tiny-int8 - - WHISPER_BEAM=1 #optional - - WHISPER_LANG=en #optional + stdin_open: true + tty: true + devices: + - /dev/kfd + - /dev/dri volumes: - - /dockers/faster-whisper/data:/config + - /dockers/whipser-rocm:/data ports: - 10300:10300 +# faster-whisper: +# image: lscr.io/linuxserver/faster-whisper:gpu +# container_name: faster-whisper +# restart: unless-stopped +# environment: +# - PUID=1000 +# - PGID=1000 +# - TZ=Etc/UTC +# - WHISPER_MODEL=tiny-int8 +# - WHISPER_BEAM=1 #optional +# - WHISPER_LANG=en #optional +# volumes: +# - /dockers/faster-whisper/data:/config +# ports: +# - 10300:10300 + networks: default: name: dockers_default