This commit is contained in:
Kar
2025-06-18 19:28:48 +05:30
parent 4d20931ecc
commit 1c43f63b70
2 changed files with 64 additions and 49 deletions

6
info Normal file
View File

@@ -0,0 +1,6 @@
docker build -t whisper-api .
docker run -itd --name stt-41-lite -p 4004:4004 \
-v $(pwd)/whisper.cpp-1.5.2/models:/models \
-v $(pwd)/data:/data \
whisper-api