Is there an existing issue for this?
Current Behavior
I am setting up a fresh install of HA and want to use faster whisper with my GPU. But after starting the container it does not download a model and HA can not connect to it. I get 0 errors from either HA or faster-whisper. The config folder is created but does not contain anything.
Expected Behavior
I would expect it to download the specified model and finish initialising.
Steps To Reproduce
Fresh docker compose after running docker system prune -a
I have tried both latest and gpu with the same results.
Environment
Ubuntu 24.04
Nvidia GPU with CUDA 12.4 on 550.163.01
Docker is installed via apt
CPU architecture
x86-64
Docker creation
services:
faster-whisper:
image: lscr.io/linuxserver/faster-whisper:gpu
container_name: faster-whisper
restart: unless-stopped
volumes:
- ./config:/config
environment:
- PUID=1000
- PGID=1000
- TZ=America/Vancouver
- WHISPER_MODEL=small.en
- WHISPER_BEAM=1 #optional
- WHISPER_LANG=en #optional
ports:
- 10300:10300
runtime: nvidia
deploy:
resources:
reservations:
devices:
- driver: nvidia
device_ids: ['0']
capabilities: [compute, utility, gpu]
Container logs
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: v2.4.0-ls79
Build-date: 2025-06-15T06:48:25+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
Is there an existing issue for this?
Current Behavior
I am setting up a fresh install of HA and want to use faster whisper with my GPU. But after starting the container it does not download a model and HA can not connect to it. I get 0 errors from either HA or faster-whisper. The config folder is created but does not contain anything.
Expected Behavior
I would expect it to download the specified model and finish initialising.
Steps To Reproduce
Fresh docker compose after running docker system prune -a
I have tried both latest and gpu with the same results.
Environment
CPU architecture
x86-64
Docker creation
services: faster-whisper: image: lscr.io/linuxserver/faster-whisper:gpu container_name: faster-whisper restart: unless-stopped volumes: - ./config:/config environment: - PUID=1000 - PGID=1000 - TZ=America/Vancouver - WHISPER_MODEL=small.en - WHISPER_BEAM=1 #optional - WHISPER_LANG=en #optional ports: - 10300:10300 runtime: nvidia deploy: resources: reservations: devices: - driver: nvidia device_ids: ['0'] capabilities: [compute, utility, gpu]Container logs
[migrations] started [migrations] no migrations found ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── Linuxserver.io version: v2.4.0-ls79 Build-date: 2025-06-15T06:48:25+00:00 ─────────────────────────────────────── [custom-init] No custom files found, skipping...