mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-15 09:43:59 +01:00
Update Dockerfile
fix chown
This commit is contained in:
parent
afcef580cc
commit
3e25d0a77c
|
|
@ -50,7 +50,6 @@ ARG BRANCH=main SHA=e2f9bcb11d06216d6800676c48d8d74d6fd77a4b
|
||||||
|
|
||||||
ENV ROOT=/stable-diffusion
|
ENV ROOT=/stable-diffusion
|
||||||
|
|
||||||
RUN chown -R "$PUID:$PGID" "${ROOT}"
|
|
||||||
|
|
||||||
# drop permissions (if build targets non root)
|
# drop permissions (if build targets non root)
|
||||||
USER $PUID:$PGID
|
USER $PUID:$PGID
|
||||||
|
|
@ -62,6 +61,7 @@ RUN --mount=type=cache,target=${USER_HOME}/.cache/pip \
|
||||||
git reset --hard ${SHA} && \
|
git reset --hard ${SHA} && \
|
||||||
pip install -r requirements_versions.txt
|
pip install -r requirements_versions.txt
|
||||||
|
|
||||||
|
RUN chown -R "$PUID:$PGID" "${ROOT}"
|
||||||
|
|
||||||
RUN --mount=type=cache,target=${USER_HOME}/.cache/pip \
|
RUN --mount=type=cache,target=${USER_HOME}/.cache/pip \
|
||||||
--mount=type=bind,from=xformers,source=/wheel.whl,target=/xformers-0.0.21-cp310-cp310-linux_x86_64.whl \
|
--mount=type=bind,from=xformers,source=/wheel.whl,target=/xformers-0.0.21-cp310-cp310-linux_x86_64.whl \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue