Merge branch 'local-testing' of https://github.com/ajdunney/stable-diffusion-webui-docker into local-testing

This commit is contained in:
ajdunney 2023-05-17 23:59:21 +01:00
commit 0edb292c6a
9 changed files with 4 additions and 133 deletions

View file

@ -65,7 +65,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=5ab7f213bec2f816f9c5644becb32eb72c8ffb89
ARG SHA=89f9faa63388756314e8a1d96cf86bf5e0663045
RUN --mount=type=cache,target=/root/.cache/pip \
cd stable-diffusion-webui && \
git fetch && \