mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-31 21:03:41 -08:00
Merge pull request #17 from Moonlite-Media/dockerizing
adding gpus all flag
This commit is contained in:
commit
84d1245b31
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ jobs:
|
|||
docker rm moonlite-sd || true
|
||||
|
||||
# Run the new Docker container
|
||||
docker run -d -p 7861:7861 --name moonlite-sd \
|
||||
docker run --gpus all -d -p 7861:7861 --name moonlite-sd \
|
||||
--env-file /home/${{ secrets.STAGING_EC2_USER }}/.env \
|
||||
${{ secrets.STAGING_ECR_URI }}:latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue