오타 수정. README 업데이트

This commit is contained in:
2024-12-09 14:48:09 +09:00
parent 403ec561a1
commit 36668dde72
2 changed files with 12 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ services:
volumes:
- ./workspace:/opt/workspace
- ./cache:/root/.cache/
working_dir: /opt/whisper
working_dir: /opt/workspace
entrypoint: uvicorn api:app --host 0.0.0.0 --port 7890 --reload
restart: always