stable-diffusion-webui-docker
stable-diffusion-webui-docker copied to clipboard
failed to solve: executor failed running [/bin/bash -ceuxo pipefail conda install python=3.8.5 && conda clean -a -y]: error creating overlay mount to /var/lib/docker/overlay2/1tyz8ab42xxmlt0sxcv66mirh/merged: too many levels of symbolic links
i am just trying to install this with docker and on the second step it just does this.
@TehFridge please use the bug template next time.
what version of windows / wsl / docker / docker compose do you have?
Docker version 20.10.17, build 100c701 Docker Compose version v2.10.2 WSL2 Windows 10
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days.
@TehFridge what was your issue and how did you resolve it because i have the same issue
@TehFridge what was your issue and how did you resolve it because i have the same issue
Well i didnt. I just moved to the normal version of the web-ui by AUTOMATIC1111
@TehFridge what was your issue and how did you resolve it because i have the same issue
Well i didnt. I just moved to the normal version of the web-ui by AUTOMATIC1111
Yh I also have the normal version installed locally, I was just curious as to the docker version and see how well it would work.
update after 3 days of issues. Nothing i have tried works including the fix in the FAQ, after a full clean install of wsl as well so I am left with no choice but to abandon this project and return back to the default automatic1111
There are many possible problems that will end up with too many levels of symbolic links.
Best shot here is to try from start by removing everything from docker directories and rebuild containers. Warning: THIS IS DESTRUCTIVE OPTION FOR DOCKER IMAGES AND CONTAINERS EXISTING IN SYSTEM
- Clear everything with
docker system prune -a
. - Build webui with
docker compose --profile auto up --build
- Test if it works fine :-)
Clear everything with
docker system prune -a
.
Despite completely reinstalling Docker, this issue still occurred for me, yet pruning fixed it. Very strange.