mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-21 06:14:00 +00:00
Update Dockerfile
This commit is contained in:
parent
48955a1a98
commit
317055ffa0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue