mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
docs: document Docker image usage for WhisperX in README
- Add a new section to the README describing how to use pre-built Docker images for WhisperX with example commands. - Provide a link to the Docker image repository for available tags. Signed-off-by: CHEN, CHUN <jim60105@gmail.com> # Conflicts: # README.md
This commit is contained in:
12
README.md
12
README.md
@ -97,6 +97,18 @@ uv sync --all-extras --dev
|
||||
|
||||
You may also need to install ffmpeg, rust etc. Follow openAI instructions here https://github.com/openai/whisper#setup.
|
||||
|
||||
### 3. Docker Images
|
||||
|
||||
Execute pre-built WhisperX container images:
|
||||
|
||||
```bash
|
||||
docker run --gpus all -it -v ".:/app" ghcr.io/jim60105/whisperx:base-en -- --output_format srt audio.mp3
|
||||
docker run --gpus all -it -v ".:/app" ghcr.io/jim60105/whisperx:large-v3-ja -- --output_format srt audio.mp3
|
||||
docker run --gpus all -it -v ".:/app" ghcr.io/jim60105/whisperx:no_model -- --model tiny --language en --output_format srt audio.mp3
|
||||
```
|
||||
|
||||
Review the tag lists in this repository: [jim60105/docker-whisperX](https://github.com/jim60105/docker-whisperX)
|
||||
|
||||
### Common Issues & Troubleshooting 🔧
|
||||
|
||||
#### libcudnn Dependencies (GPU Users)
|
||||
|
Reference in New Issue
Block a user