Compare commits
No commits in common. "06c0cec0ed68a2daaa5c20aacfc69a4aad524ef4" and "ee949abf861d79713a1c02e5b9c5b7028f705539" have entirely different histories.
06c0cec0ed
...
ee949abf86
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
---
|
|
||||||
version: "2.1"
|
|
||||||
services:
|
|
||||||
whisperasr:
|
|
||||||
container_name: whisper
|
|
||||||
image: onerahmet/openai-whisper-asr-webservice:v1.4.1-gpu
|
|
||||||
environment:
|
|
||||||
- ASR_MODEL=base.en
|
|
||||||
- ASR_ENGINE=faster_whisper
|
|
||||||
ports:
|
|
||||||
- 9000:9000
|
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
reservations:
|
|
||||||
devices:
|
|
||||||
- driver: nvidia
|
|
||||||
count: 1
|
|
||||||
capabilities: [gpu]
|
|
||||||
restart: unless-stopped
|
|
Reference in a new issue