update README

This commit is contained in:
2025-09-10 11:06:39 +08:00
parent 1df95ad2f6
commit 598213f466
11 changed files with 135 additions and 53 deletions

View File

@@ -11,10 +11,7 @@ COPY requirements_matcha.txt constraints_matcha.txt matcha_server.py launch_matc
RUN pip install -r requirements_matcha.txt -c constraints_matcha.txt
RUN pip install matcha-tts -c constraints_matcha.txt
#ENTRYPOINT ["/bin/bash", "launch_matcha.sh"]
COPY launch.sh /workspace/
ENTRYPOINT ["/bin/bash", "launch.sh"]
ENTRYPOINT ["/bin/bash", "launch_matcha.sh"]

View File

@@ -1,4 +0,0 @@
#!/bin/bash
python3 matcha_server.py