mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
Bumped AUTOMATIC1111/stable-diffusion-webui from v1.5.2 to v1.6.0 (Latest)
This commit is contained in:
parent
84740598bc
commit
4f10963abf
|
|
@ -72,7 +72,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||
RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
|
||||
ENV LD_PRELOAD=libtcmalloc.so
|
||||
|
||||
ARG SHA=c9c8485bc1e8720aba70f029d25cba1c4abf2b5c
|
||||
# Freezing at current stable tag 1.6.0
|
||||
# See current tags at: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases
|
||||
ARG SHA=5ef669de080814067961f28357256e8fe27544f4
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
cd stable-diffusion-webui && \
|
||||
git fetch && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue