update README
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
python3 matcha_server.py
|
||||
|
||||
Reference in New Issue
Block a user