mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-07 06:05:52 -04:00
Update setup-docker.sh
Same update to the docker script to resolve submodule mismatches
This commit is contained in:
parent
349f39ca84
commit
3a324401e4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
function main() {
|
function main() {
|
||||||
if [ ! -f modules/tortoise-tts/README.md ]; then
|
if [ ! -f modules/tortoise-tts/README.md ]; then
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --remote
|
git submodule update
|
||||||
fi
|
fi
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg UID=$(id -u) \
|
--build-arg UID=$(id -u) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue