mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-08-09 13:46:00 +02:00
Updates for 3.0.0 part2
This commit is contained in:
@@ -3,11 +3,12 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.cuda
|
||||
command: [ 'python', 'run.py', '--execution-providers', 'cuda' ]
|
||||
command: [ 'python', 'facefusion.py', 'run', '--execution-providers', 'cuda' ]
|
||||
volumes:
|
||||
- .assets:/facefusion/.assets
|
||||
- .caches:/facefusion/.caches
|
||||
ports:
|
||||
- 7880:7860
|
||||
- 7870:7860
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
||||
Reference in New Issue
Block a user