From 1c8a685e9ede4ef065a5bbab2ad1aa1863733283 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Thu, 8 Aug 2024 17:47:31 +0800 Subject: [PATCH] fix: typo --- start-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start-docker.sh b/start-docker.sh index dee552a..52c4120 100755 --- a/start-docker.sh +++ b/start-docker.sh @@ -6,5 +6,5 @@ docker run -d --name whisper-fastapi \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --gpus all \ -p 5000:5000 \ - docker.io/heimoshuiyu/whisper-fastapi:lastet \ - --model large-v2 \ No newline at end of file + docker.io/heimoshuiyu/whisper-fastapi:latest \ + --model large-v2