add docker
This commit is contained in:
10
start-docker.sh
Executable file
10
start-docker.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run -d --name whisper-fastapi \
|
||||
--restart unless-stopped \
|
||||
--name whisper-fastapi \
|
||||
-v ~/.cache/huggingface:/root/.cache/huggingface \
|
||||
--gpus all \
|
||||
-p 5000:5000 \
|
||||
docker.io/heimoshuiyu/whisper-fastapi:lastet \
|
||||
--model large-v2
|
||||
Reference in New Issue
Block a user