Notifications
Clear all
Self Hosted
1
Posts
1
Users
0
Reactions
43
Views
Topic starter
Docker Install
docker run -d \ --name=faster-whisper \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e WHISPER_MODEL=tiny-int8 \ -e WHISPER_BEAM=1 `#optional` \ -e WHISPER_LANG=en `#optional` \ -p 10300:10300 \ -v /mnt/apps/faster-whisper/data:/config \ --restart unless-stopped \ lscr.io/linuxserver/faster-whisper:latest
Posted : 23/03/2025 10:55 am