mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-20 03:54:47 +01:00
Update Dockerfile
This commit is contained in:
parent
48955a1a98
commit
317055ffa0
|
|
@ -75,7 +75,7 @@ RUN --mount=type=cache,target=${USER_HOME}/.cache/pip \
|
||||||
|
|
||||||
RUN pip install --upgrade typing-extensions
|
RUN pip install --upgrade typing-extensions
|
||||||
|
|
||||||
RUN chown -R "$PUID:$PGID" /stable-diffusion-webui
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue