init matcha
This commit is contained in:
13
bi_v100-matcha/Dockerfile_matcha
Normal file
13
bi_v100-matcha/Dockerfile_matcha
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM corex:3.2.1
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
COPY requirements_matcha.txt constraints_matcha.txt matcha_server.py launch_matcha.sh /workspace/
|
||||
|
||||
RUN pip install -r requirements_matcha.txt -c constraints_matcha.txt
|
||||
RUN pip install matcha-tts -c constraints_matcha.txt
|
||||
|
||||
RUN apt update \
|
||||
&& apt install -y espeak-ng
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "launch_matcha.sh"]
|
||||
Reference in New Issue
Block a user