0.12.2 - fix min image
This commit is contained in:
parent
f21ed56a00
commit
a6e7a06b3f
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue