Skip to content

Commit

Permalink
Fix docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Aug 14, 2023
1 parent a83e408 commit 67e7c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
roop-cuda:
build:
dockerfile: Dockerfile.cuda
command: ['python', 'run.py --execution-provider cuda']
command: ['python', 'run.py', '--execution-providers', 'cuda']
volumes:
- ./models:/roop/models
expose:
Expand Down

0 comments on commit 67e7c7e

Please sign in to comment.