Added simple Dockerfile and docker-compose.yml for running mirotalk in Docker.

This commit is contained in:
SG
2021-06-10 14:19:39 -06:00
parent e83374666b
commit 689b205a24
3 changed files with 58 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# git folder
**/.git
# npm
node_modules
npm-debug.log
# package
package-lock.json
# mac
.DS_Store
# cache
.cache
# personal env
.env