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
Videos
06:58
INSANELY EASY! Deploy Whisper AI Locally with Docker - Speech to ...
15:05
n8n Tutorial: Automatic Transcripts with Whisper in Docker - YouTube
26:43
Build a Containerized Transcription API using Whisper Model and ...
14:09
Setup LOCAL VOICE Assistant Using Docker with Home Assistant ...
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
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)
Top answer 1 of 4
2
I'm curious why you didn't use https://github.com/openai/whisper
2 of 4
2
Running on MacOS, had to remove two instances of static/files from app.py, otherwise was getting ‘file not found’ errors on submit. Form seemed to work after that, processed an mp3 to 100%. Then: /usr/local/lib/python3.8/dist-packages/torch/_utils.py:147: UserWarning: Failed to initialize NumPy: module compiled against API version 0xf but this version of numpy is 0xd (Triggered internally at /root/pytorch/torch/csrc/utils/tensor_numpy.cpp:84.) Not sure what to do about this.
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.
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
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%
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
Author rafael-ariascalles
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%