mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 14:44:19 +01:00
Merge branch 'master' into support-amd
This commit is contained in:
commit
e6b110c72c
|
|
@ -26,7 +26,7 @@ services:
|
||||||
<<: *base_service
|
<<: *base_service
|
||||||
profiles: ["auto"]
|
profiles: ["auto"]
|
||||||
build: ./services/AUTOMATIC1111
|
build: ./services/AUTOMATIC1111
|
||||||
image: sd-auto:47
|
image: sd-auto:48
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--allow-code --medvram --enable-insecure-extension-access --api
|
- CLI_ARGS=--allow-code --medvram --enable-insecure-extension-access --api
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,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=0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8
|
ARG SHA=27e319dc4f09a2f040043948e5c52965976f8491
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
||||||
cd stable-diffusion-webui
|
cd stable-diffusion-webui
|
||||||
git fetch
|
git fetch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue