Added simple Dockerfile and docker-compose.yml for running mirotalk in Docker.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user