Update Dockerfile

This commit is contained in:
simonmcnair 2025-03-10 21:12:46 +00:00 committed by GitHub
parent 48955a1a98
commit 317055ffa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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