ai-voice-cloning/setup-docker.sh

5 lines
96 B
Bash

#!/bin/bash
git submodule init
git submodule update --remote
docker build -t ai-voice-cloning .