TANGO / Wav2Lip /scripts /run-dev.sh
H-Liu1997's picture
init
31f2f28
raw
history blame contribute delete
192 Bytes
#!/usr/bin/env bash
NAME=wav2lip-dev
set -ex
docker build . -t $NAME
docker run -it --rm \
--name $NAME \
-v $PWD/checkpoints:/src/checkpoints \
-p 6001:5000 \
--gpus all \
$NAME