Skip to content

Commit

Permalink
0.12.2 - fix min image
Browse files Browse the repository at this point in the history
  • Loading branch information
matatonic committed Jun 17, 2024
1 parent f21ed56 commit a6e7a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.min
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion startup.min.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit a6e7a06

Please sign in to comment.