Update Dockerfile

oops
This commit is contained in:
simonmcnair 2025-03-10 12:28:52 +00:00 committed by GitHub
parent c1c52f5e53
commit 3210469284
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
sed -i '/torch/d' requirements_versions.txt && \
pip install -r requirements_versions.txt
RUN chown -R "$PUID:$PGID" /stable-diffusion-webui
RUN chown -R "$PUID:$PGID" /stable-diffusion-webui-forge
# drop permissions (if build targets non root)
USER $PUID:$PGID