mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-08-09 05:36:03 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
facefusion-cuda:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.cuda
|
||||
command: [ 'python', 'run.py', '--execution-providers', 'cuda' ]
|
||||
volumes:
|
||||
- .assets:/facefusion/.assets
|
||||
ports:
|
||||
- 7880:7860
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
capabilities: [ gpu, video ]
|
||||
Reference in New Issue
Block a user