mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-07 06:05:52 -04:00
4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/bash
|
|
git submodule init
|
|
git submodule update --remote
|
|
docker build -t ai-voice-cloning .
|