mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-10 09:35:12 +01:00
Update Dockerfile
oops
This commit is contained in:
parent
c1c52f5e53
commit
3210469284
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue