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
+16
View File
@@ -0,0 +1,16 @@
services:
facefusion-rocm:
build:
context: .
dockerfile: Dockerfile.rocm
command: [ 'python', 'run.py', '--execution-providers', 'rocm' ]
volumes:
- .assets:/facefusion/.assets
ports:
- 7890:7860
deploy:
resources:
reservations:
devices:
- driver: rocm
capabilities: [ gpu, video ]