mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
Update referenced A1111 version to 1.6.0
https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.6.0
This commit is contained in:
parent
84740598bc
commit
471fb4f87a
|
|
@ -72,7 +72,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
|
RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
|
||||||
ENV LD_PRELOAD=libtcmalloc.so
|
ENV LD_PRELOAD=libtcmalloc.so
|
||||||
|
|
||||||
ARG SHA=c9c8485bc1e8720aba70f029d25cba1c4abf2b5c
|
ARG SHA=5ef669de080814067961f28357256e8fe27544f4
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
cd stable-diffusion-webui && \
|
cd stable-diffusion-webui && \
|
||||||
git fetch && \
|
git fetch && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue