Compare commits
1 Commits
d815b387b5
...
d64cba667f
Author | SHA1 | Date | |
---|---|---|---|
|
d64cba667f |
4
.dockerignore
Normal file
4
.dockerignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
/models
|
||||
/training
|
||||
/voices
|
||||
/bin
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue
Block a user