Skip to content

Instantly share code, notes, and snippets.

@EvilFreelancer
Last active September 9, 2023 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvilFreelancer/f6c535e8c8ef9099fa8b56aa9f9494b9 to your computer and use it in GitHub Desktop.
Save EvilFreelancer/f6c535e8c8ef9099fa8b56aa9f9494b9 to your computer and use it in GitHub Desktop.
whisper-large (float32)
version: "3.9"
services:
whisper:
image: onerahmet/openai-whisper-asr-webservice:latest-gpu
restart: "unless-stopped"
environment:
- NVIDIA_VISIBLE_DEVICES=all
- ASR_MODEL=large-v2
volumes:
- ./whisper_data:/root/.cache/whisper
- ./huggingface_data:/root/.cache/huggingface
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [ gpu ]
ports:
- 9000:9000
logging:
driver: "json-file"
options:
max-size: "50k"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment