🌐
GitHub
github.com › manzolo › openai-whisper-docker
GitHub - manzolo/openai-whisper-docker: This Docker image provides a convenient environment for running OpenAI Whisper, a powerful automatic speech recognition (ASR) system.
This Docker image provides a convenient environment for running OpenAI Whisper, a powerful automatic speech recognition (ASR) system. - manzolo/openai-whisper-docker
Starred by 149 users
Forked by 19 users
Languages   Dockerfile
🌐
Docker
hub.docker.com › r › linuxserver › faster-whisper
linuxserver/faster-whisper - Docker Image
© 2025 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal
🌐
Runpod
runpod.io › home › articles › guides › running whisper with a ui in docker: a beginner’s guide
Running Whisper with a UI in Docker: A Beginner’s Guide
Provides a beginner-friendly tutorial for running OpenAI’s Whisper speech recognition with a GUI in Docker, covering container setup and using a web UI for transcription without coding.
🌐
LinuxServer.io
docs.linuxserver.io › images › docker-faster-whisper
faster-whisper - LinuxServer.io
Faster-whisper is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models. This container provides a Wyoming protocol server for faster-whisper. We utilise the docker manifest for multi-platform awareness.
🌐
Docker Hub
hub.docker.com › r › onerahmet › openai-whisper-asr-webservice
onerahmet/openai-whisper-asr-webservice - Docker Image
openai-whisper-asr-webservice · © 2025 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal
🌐
Medium
egemengulpinar.medium.com › running-whisper-large-v3-on-docker-with-gpu-support-e8a5b5daabf9
Running OpenAI Whisper Model on Docker with GPU Support | by Egemen Gulpinar | Medium
August 28, 2024 - Hi fellows, in this article I have talked about how to run the Whisper Large v3 Speech-to-Text(STT) model on a Docker container with GPU support. This guideline helps you to deploy your other deep learning models as well. Please follow each step carefully.
🌐
Reddit
reddit.com › r/openai › whisper docker container
r/OpenAI on Reddit: Whisper docker container
April 25, 2023 -

So there wasn't a solution out that would allow you to submit your audio/video files to a dockerized flask app and have your subtitle files etc generated as if you were using whisper via the command line... so I made one. Go check it out here jlonge4/whisperAI-flask-docker: I built this project because there was no user friendly way to upload a file to a dockerized flask web form and have whisper do its thing via CLI in the background. Now there is. Enjoy! (github.com)

🌐
LabLab
lablab.ai › t › whisper-api-flask-docker
Creating OpenAI Whisper API in a Docker Container tutorial
It's your turn to build something that matters. If you're serious about AI, you're in the right place - the community where developers and founders ship AI products through world-class hackathons.
🌐
Medium
learningdevops.medium.com › step-by-step-guide-to-building-a-dockerfile-for-deploying-openai-whisper-models-with-dynamic-model-7bfa8ba95cd7
Step-by-Step Guide to Building a Dockerfile for Deploying OpenAI Whisper Models with Dynamic Model Selection | by Ravi Pandit | Medium
November 13, 2024 - This command will process sample.wav with the small model of Whisper and the transcription output will be generated as defined in the container's configuration (either printed to the console or saved to a file). Using a Dockerfile to deploy Whisper with support for various models brings significant advantages in flexibility, consistency, and scalability.
Find elsewhere
🌐
GitHub
github.com › linuxserver › docker-faster-whisper
GitHub - linuxserver/docker-faster-whisper
Faster-whisper is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models. This container provides a Wyoming protocol server for faster-whisper. We utilise the docker manifest for multi-platform awareness.
Starred by 203 users
Forked by 15 users
Languages   Dockerfile
🌐
Home Assistant
community.home-assistant.io › configuration › voice assistant
Connecting to Whisper in Docker - Voice Assistant - Home Assistant Community
January 7, 2025 - Looking for some help. HA running fine on RPI4/SSD. Have Voice / Assist running too (recent) - with local whisper/piper. Have Voice PE hardware running too. Now trying to also get piper / whisper running on local con…
🌐
GitHub
github.com › ahmetoner › whisper-asr-webservice
GitHub - ahmetoner/whisper-asr-webservice: OpenAI Whisper ASR Webservice API
docker run -d --gpus all -p 9000:9000 \ -e ASR_MODEL=base \ -e ASR_ENGINE=openai_whisper \ onerahmet/openai-whisper-asr-webservice:latest-gpu
Starred by 3.1K users
Forked by 546 users
Languages   Python 96.8% | Dockerfile 3.2%
🌐
Home Assistant
community.home-assistant.io › configuration › voice assistant
Run whisper on external server - Voice Assistant - Home Assistant Community
May 4, 2023 - Just tested the new whisper add-on ... basically unusable for anything. I wanted to run whisper on an external beefier server, I made this docker-compose: services: whisper: image: homeassistant/amd64-addon-whisper:latest container_name: whisper ports: - 10300:10300 restart: ...
🌐
Docker Hub
hub.docker.com › r › rhasspy › wyoming-whisper
rhasspy/wyoming-whisper - Docker Image
© 2025 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal
🌐
Docker Hub
hub.docker.com › r › matusstas › openai-whisper-microservice
matusstas/openai-whisper-microservice - Docker Image
openai-whisper-microservice · © 2025 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal
🌐
GitHub
github.com › appleboy › go-whisper
GitHub - appleboy/go-whisper: Speech o Text using docker image with ggerganov/whisper.cpp
This Docker image provides a ready-to-use environment for converting speech to text using the ggerganov/whisper.cpp library. The whisper.cpp library is an open-source project that enables efficient and accurate speech recognition.
Starred by 97 users
Forked by 10 users
Languages   Go 85.6% | Makefile 8.3% | Dockerfile 6.1%
🌐
DagsHub
dagshub.com › rafael-ariascalles › whisper-fine-tuning-docker
rafael-ariascalles/whisper-fine-tuning-docker | DagsHub
sudo docker run --gpus all -v ~/cache:/root/.cache/ --env-file .env -it --rm --name trainer hf python script/run_training.py yaml/whisper-params.yaml
🌐
GitHub
github.com › jim60105 › docker-whisperX
GitHub - jim60105/docker-whisperX: Dockerfile for WhisperX: Automatic Speech Recognition with Word-Level Timestamps and Speaker Diarization (Dockerfile, CI image build and test)
This is the docker image for WhisperX: Automatic Speech Recognition with Word-Level Timestamps (and Speaker Diarization) from the community.
Starred by 405 users
Forked by 48 users
Languages   Dockerfile 76.6% | Python 14.4% | HCL 9.0%
🌐
Vultr
docs.vultr.com › how-to-build-a-whisper-cpp-container-image
How to Build a Whisper.cpp Container Image - Docker
July 25, 2024 - This article explains how to build a Whisper.cpp container image and publish it to a Vultr Container Registry. ... Access the server using SSH. Start the Docker service.