init
This commit is contained in:
19
mr_v100-gpt-sovits/Dockerfile_gsv
Normal file
19
mr_v100-gpt-sovits/Dockerfile_gsv
Normal file
@@ -0,0 +1,19 @@
|
||||
FROM git.modelhub.org.cn:9443/enginex-iluvatar/mr100_corex:4.3.0
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y ffmpeg libsox-dev redis && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY wav /workspace/wav
|
||||
COPY GPT-SoVITS /workspace/GPT-SoVITS
|
||||
COPY constraints_gsv.txt /workspace/
|
||||
|
||||
RUN pip install -r GPT-SoVITS/extra-req.txt --no-deps \
|
||||
&& pip install -r GPT-SoVITS/requirements.txt -c constraints_gsv.txt
|
||||
|
||||
#COPY launch_gsv.sh /workspace/
|
||||
#ENTRYPOINT ["/bin/bash", "launch_gsv.sh"]
|
||||
COPY launch.sh /workspace/
|
||||
ENTRYPOINT ["/bin/bash", "launch.sh"]
|
||||
Reference in New Issue
Block a user