init
This commit is contained in:
20
mr_v100-matcha/Dockerfile_matcha
Normal file
20
mr_v100-matcha/Dockerfile_matcha
Normal file
@@ -0,0 +1,20 @@
|
||||
FROM git.modelhub.org.cn:9443/enginex-iluvatar/mr100_corex:4.3.0
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y espeak-ng && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
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
|
||||
|
||||
#ENTRYPOINT ["/bin/bash", "launch_matcha.sh"]
|
||||
|
||||
COPY launch.sh /workspace/
|
||||
ENTRYPOINT ["/bin/bash", "launch.sh"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user