Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
behnampaintshop
/
mandess
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mandess
/
scripts
/
run-dev.sh
fazilosen
yeksasha
764f23f
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
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