Skip to content

Commit

Permalink
Update auto (AbdBarho#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho committed Jan 3, 2023
1 parent 78c90e5 commit 0c16c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:26
image: sd-auto:27
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api

Expand Down
2 changes: 1 addition & 1 deletion services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
# Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step

ARG SHA=524d532b387732d4d32f237e792c7f201a934400
ARG SHA=3e22e294135ed0327ce9d9738655ff03c53df3c0
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
cd stable-diffusion-webui
git fetch
Expand Down

0 comments on commit 0c16c10

Please sign in to comment.