File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
2727 << : *base_service
2828 profiles : ["auto"]
2929 build : ./services/AUTOMATIC1111
30- image : sd-auto:17
30+ image : sd-auto:18
3131 environment :
3232 - CLI_ARGS=--allow-code --medvram --xformers
3333
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN . /clone.sh clip-interrogator https://github.com/pharmapsychotic/clip-interr
2626
2727FROM alpine:3 as xformers
2828RUN apk add aria2
29- RUN aria2c -- dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/2 .1.0/xformers-0.0.14 .dev0-cp310-cp310-linux_x86_64.whl'
29+ RUN aria2c -x 10 -- dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3 .1.0/xformers-0.0.15 .dev0+4e3631d.d20221125 -cp310-cp310-linux_x86_64.whl'
3030
3131FROM python:3.10-slim
3232
@@ -47,8 +47,8 @@ pip install -r requirements_versions.txt
4747EOF
4848
4949
50- COPY --from=xformers /wheel.whl xformers-0.0.14.dev0 -cp310-cp310-linux_x86_64.whl
51- RUN pip install xformers-0.0.14.dev0 -cp310-cp310-linux_x86_64.whl && rm xformers-0.0.14.dev0 -cp310-cp310-linux_x86_64.whl
50+ COPY --from=xformers /wheel.whl xformers-0.0.15 -cp310-cp310-linux_x86_64.whl
51+ RUN pip install xformers-0.0.15 -cp310-cp310-linux_x86_64.whl && rm xformers-0.0.15 -cp310-cp310-linux_x86_64.whl
5252
5353
5454ENV ROOT=/stable-diffusion-webui
You can’t perform that action at this time.
0 commit comments