Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
6127072
1
Parent(s):
5741d7c
fix: Dockerfile.cuda whisper model env
Browse files- Dockerfile.cuda +1 -1
Dockerfile.cuda
CHANGED
@@ -12,7 +12,7 @@ RUN poetry install --only main
|
|
12 |
COPY ./speaches ./speaches
|
13 |
ENTRYPOINT ["poetry", "run"]
|
14 |
CMD ["uvicorn", "speaches.main:app"]
|
15 |
-
ENV WHISPER_MODEL=distil-large-v3
|
16 |
ENV WHISPER_INFERENCE_DEVICE=cuda
|
17 |
ENV UVICORN_HOST=0.0.0.0
|
18 |
ENV UVICORN_PORT=8000
|
|
|
12 |
COPY ./speaches ./speaches
|
13 |
ENTRYPOINT ["poetry", "run"]
|
14 |
CMD ["uvicorn", "speaches.main:app"]
|
15 |
+
ENV WHISPER_MODEL=distil-large-v3
|
16 |
ENV WHISPER_INFERENCE_DEVICE=cuda
|
17 |
ENV UVICORN_HOST=0.0.0.0
|
18 |
ENV UVICORN_PORT=8000
|