diff --git a/home-tools.yaml b/home-tools.yaml index 0318a96..68983d8 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -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