Initial commit

This commit is contained in:
henryruhs
2023-09-10 20:48:16 +02:00
commit 8eb71d5504
11 changed files with 199 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
facefusion-cpu:
build:
context: .
dockerfile: Dockerfile.cpu
command: [ 'python', 'run.py' ]
volumes:
- .assets:/facefusion/.assets
ports:
- 7870:7860