mirror of
https://git.ecker.tech/mrq/ai-voice-cloning
synced 2025-06-07 11:05:42 -04:00
4 lines
96 B
Bash
Executable file
4 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
git submodule init
|
|
git submodule update --remote
|
|
docker build -t ai-voice-cloning .
|