mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
actually use newest SHA
This commit is contained in:
parent
ba66665d96
commit
259cf4d9c1
|
|
@ -70,7 +70,7 @@ 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
|
||||
ARG SHA=5ef669de080814067961f28357256e8fe27544f4
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
cd stable-diffusion-webui && \
|
||||
git fetch && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue