init kokoro

This commit is contained in:
2025-08-20 17:52:02 +08:00
parent 82140eff2c
commit d61e4fe2b3
5 changed files with 177 additions and 30 deletions

View File

@@ -6,4 +6,7 @@ RUN pip install -r requirements_kokoro.txt -c constraints_kokoro.txt \
&& apt update \
&& apt install -y espeak-ng
COPY ./en_core_web_sm-3.8.0.tar.gz .
RUN pip install --no-index en_core_web_sm-3.8.0.tar.gz
ENTRYPOINT ["/bin/bash", "launch_kokoro.sh"]