mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-05 08:09:59 +01:00
Update Dockerfile
This commit is contained in:
parent
1e34142322
commit
d2ec770e8b
|
|
@ -92,7 +92,6 @@ RUN --mount=type=cache,target=${USER_HOME}/.cache/pip \
|
||||||
# maybe move this up to the dependencies list.
|
# maybe move this up to the dependencies list.
|
||||||
ENV LD_PRELOAD=libtcmalloc.so
|
ENV LD_PRELOAD=libtcmalloc.so
|
||||||
|
|
||||||
COPY . /docker
|
|
||||||
COPY --chown=$PUID:$PGID . /docker
|
COPY --chown=$PUID:$PGID . /docker
|
||||||
RUN \
|
RUN \
|
||||||
# mv ${ROOT}/style.css ${ROOT}/user.css && \
|
# mv ${ROOT}/style.css ${ROOT}/user.css && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue