mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-20 15:30:26 +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 chown -R "$PUID:$PGID" /stable-diffusion-webui
|
||||
RUN chown -R "$PUID:$PGID" "${ROOT}"
|
||||
|
||||
# drop permissions (if build targets non root)
|
||||
USER $PUID:$PGID
|
||||
|
|
|
|||
Loading…
Reference in a new issue