Skip to content

Commit

Permalink
Fix ports in cuda docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Aug 14, 2023
1 parent 67e7c7e commit 6a0cdd9
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 @@ -5,7 +5,7 @@ services:
command: ['python', 'run.py', '--execution-providers', 'cuda']
volumes:
- ./models:/roop/models
expose:
ports:
- 8000:7860
deploy:
resources:
Expand Down

0 comments on commit 6a0cdd9

Please sign in to comment.