mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-31 12:53:27 -08:00
Merge pull request #35 from Moonlite-Media/fixing-mounted-folder
another change on the mouted folder
This commit is contained in:
commit
aebd53fe81
2 changed files with 1 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
|
||||
# Run the new Docker container
|
||||
docker run --gpus all -d -p 7861:7861 --name moonlite-sd \
|
||||
-v /home/ec2-user/apps/stable-diffusion-webui/outputs/img2img-images:/home/ec2-user/apps/stable-diffusion-webui/outputs/img2img-images \
|
||||
-v /home/ec2-user/apps/stable-diffusion-webui/outputs/img2img-images:/app/outputs/img2img-images \
|
||||
-v /home/ec2-user/apps/media_root:/home/ec2-user/apps/media_root \
|
||||
--env-file /home/${{ secrets.PROD_EC2_USER }}/.env \
|
||||
${{ secrets.PROD_ECR_URI }}:latest
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ RUN mkdir -p $WORKDIR
|
|||
WORKDIR $WORKDIR
|
||||
|
||||
# Create the outputs/img2img-images folder
|
||||
RUN mkdir -p /home/ec2-user/apps/stable-diffusion-webui/outputs/img2img-images
|
||||
RUN mkdir -p /home/ec2-user/apps/media_root
|
||||
|
||||
RUN apt-get update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue