Compare commits

..

1 Commits

Author SHA1 Message Date
psr
d64cba667f docker support 2023-04-07 21:52:18 +00:00
2 changed files with 5 additions and 1 deletions

4
.dockerignore Normal file
View File

@ -0,0 +1,4 @@
/models
/training
/voices
/bin

View File

@ -23,8 +23,8 @@ RUN mkdir /home/user/ai-voice-cloning
WORKDIR /home/user/ai-voice-cloning
COPY --chown=user:user modules modules
RUN python3 -m pip install -r ./modules/tortoise-tts/requirements.txt
FROM stage2 AS stage3
RUN python3 -m pip install -r ./modules/tortoise-tts/requirements.txt
RUN python3 -m pip install -e ./modules/tortoise-tts/
RUN python3 -m pip install -r ./modules/dlas/requirements.txt
RUN python3 -m pip install -e ./modules/dlas/