0.12.2 - fix min image

This commit is contained in:
matatonic 2024-06-17 00:20:17 -04:00
parent f21ed56a00
commit a6e7a06b3f
2 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -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}