Replies: 1 comment
-
Thank you for reporting this, I subscribed to the issue, hopefully it gets fixed soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RUN --mount
directories' parents cannot be deleted subsequently when using overlayfs2 on kernel 6.1.0.See: moby/moby#45487
This is a problem for things like:
stable-diffusion-webui-docker/services/AUTOMATIC1111/entrypoint.sh
Line 24 in d47e77f
I solved this by downgrading the kernel or switching the docker daemon storage driver.
Beta Was this translation helpful? Give feedback.
All reactions