Skip to content

Commit

Permalink
Update versions (AbdBarho#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho committed Jan 29, 2023
1 parent eeb410f commit 15e9841
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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:40
image: sd-auto:41
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api

Expand All @@ -42,7 +42,7 @@ services:
<<: *base_service
profiles: ["invoke"]
build: ./services/invoke/
image: sd-invoke:20
image: sd-invoke:21
environment:
- PRELOAD=true
- CLI_ARGS=
Expand Down
2 changes: 1 addition & 1 deletion services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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=7a14c8ab45da8a681792a6331d48a88dd684a0a9
ARG SHA=00dab8f10defbbda579a1bc89c8d4e972c58a20d
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
cd stable-diffusion-webui
git fetch
Expand Down
2 changes: 1 addition & 1 deletion services/invoke/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
pip install triton /xformers-0.0.15-cp310-cp310-linux_x86_64.whl


ARG BRANCH=main SHA=e4cd66216e0b941de7f27b4e2e260aa4f8c956e7
ARG BRANCH=main SHA=07e03b31b7610a27d709b366a491e57085d9b393
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
git fetch
git reset --hard
Expand Down

0 comments on commit 15e9841

Please sign in to comment.