mirror of
https://github.com/matatonic/openedai-speech
synced 2025-06-26 18:16:32 +00:00
0.12.2 - fix min image
This commit is contained in:
parent
f21ed56a00
commit
a6e7a06b3f
@ -7,7 +7,7 @@ RUN apt-get update && \
|
||||
WORKDIR /app
|
||||
RUN mkdir -p voices config
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/pip pip install piper-tts==1.2.0 pyyaml fastapi uvicorn
|
||||
RUN --mount=type=cache,target=/root/.cache/pip pip install piper-tts==1.2.0 pyyaml fastapi uvicorn loguru numpy\<2
|
||||
|
||||
|
||||
COPY speech.py openedai.py say.py *.sh README.md LICENSE /app/
|
||||
|
||||
@ -4,4 +4,4 @@
|
||||
|
||||
bash download_voices_tts-1.sh
|
||||
|
||||
python speech.py --xtts_device none
|
||||
python speech.py --xtts_device none ${OPENEDAI_LOG_LEVEL:+--log-level $OPENEDAI_LOG_LEVEL}
|
||||
Loading…
Reference in New Issue
Block a user