mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 05:25:01 +03:00
update
This commit is contained in:
parent
1544c15627
commit
c4a6d0456a
@ -9,7 +9,7 @@ RUN apt-get update \
|
|||||||
WORKDIR /
|
WORKDIR /
|
||||||
ADD dummy /
|
ADD dummy /
|
||||||
|
|
||||||
RUN git clone https://github.com/w-okada/voice-changer.git -b v.1.5.3.12
|
RUN git clone https://github.com/w-okada/voice-changer.git -b v.1.5.3.13
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -19,20 +19,6 @@ RUN pip install numpy==1.23.5 \
|
|||||||
&& pip install pyworld==0.3.3 --no-build-isolation \
|
&& pip install pyworld==0.3.3 --no-build-isolation \
|
||||||
&& pip install -r requirements.txt
|
&& pip install -r requirements.txt
|
||||||
|
|
||||||
# RUN git clone https://github.com/isletennos/MMVC_Client.git MMVC_Client_v13
|
|
||||||
# RUN cd MMVC_Client_v13 && git checkout 04f3fec4fd82dea6657026ec4e1cd80fb29a415c && cd -
|
|
||||||
|
|
||||||
# RUN git clone https://github.com/isletennos/MMVC_Client.git MMVC_Client_v15
|
|
||||||
# RUN cd MMVC_Client_v15 && git checkout 461cb231b57cbb17243110eaac8435d9cca24a26 && cd -
|
|
||||||
|
|
||||||
# RUN git clone https://github.com/StarStringStudio/so-vits-svc.git so-vits-svc-40
|
|
||||||
# RUN cd so-vits-svc-40 && git checkout 293fe0bc03a583df17846c715c179152745c1b8d && cd -
|
|
||||||
# RUN git clone https://github.com/StarStringStudio/so-vits-svc.git so-vits-svc-40v2
|
|
||||||
# RUN cd so-vits-svc-40v2 && git checkout 08c70ff3d2f7958820b715db2a2180f4b7f92f8d && cd -
|
|
||||||
# RUN git clone https://github.com/yxlllc/DDSP-SVC.git DDSP-SVC
|
|
||||||
# RUN cd DDSP-SVC && git checkout e716efb14aee747492bc6ac1deb07506c26ed550 && cd -
|
|
||||||
# RUN git clone https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI.git RVC
|
|
||||||
# RUN cd RVC && git checkout 563c64ded9925085f547b13ecafb8eb9c182952b && cd -
|
|
||||||
|
|
||||||
ADD /setup.sh /voice-changer/server
|
ADD /setup.sh /voice-changer/server
|
||||||
ADD /exec.sh /voice-changer/server
|
ADD /exec.sh /voice-changer/server
|
||||||
|
Loading…
Reference in New Issue
Block a user