

fix: Dockerfile.cuda whisper model env
@6127072fd9ea1f7babba8c7214a17726fc798fbc
--- Dockerfile.cuda
+++ Dockerfile.cuda
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 |
COPY ./speaches ./speaches |
13 | 13 |
ENTRYPOINT ["poetry", "run"] |
14 | 14 |
CMD ["uvicorn", "speaches.main:app"] |
15 |
-ENV WHISPER_MODEL=distil-large-v3.en |
|
15 |
+ENV WHISPER_MODEL=distil-large-v3 |
|
16 | 16 |
ENV WHISPER_INFERENCE_DEVICE=cuda |
17 | 17 |
ENV UVICORN_HOST=0.0.0.0 |
18 | 18 |
ENV UVICORN_PORT=8000 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?