stable-diffusion-webui-docker icon indicating copy to clipboard operation
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

Open TehFridge opened this issue 2 years ago • 2 comments

image i am just trying to install this with docker and on the second step it just does this.

TehFridge avatar Oct 05 '22 20:10 TehFridge

@TehFridge please use the bug template next time.

what version of windows / wsl / docker / docker compose do you have?

AbdBarho avatar Oct 06 '22 04:10 AbdBarho

Docker version 20.10.17, build 100c701 Docker Compose version v2.10.2 WSL2 Windows 10

TehFridge avatar Oct 06 '22 08:10 TehFridge

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.

github-actions[bot] avatar Oct 21 '22 03:10 github-actions[bot]

@TehFridge what was your issue and how did you resolve it because i have the same issue

TWIISTED-STUDIOS avatar Oct 31 '22 19:10 TWIISTED-STUDIOS

@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 avatar Oct 31 '22 23:10 TehFridge

@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

TWIISTED-STUDIOS avatar Nov 01 '22 00:11 TWIISTED-STUDIOS

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

  1. Clear everything with docker system prune -a.
  2. Build webui with docker compose --profile auto up --build
  3. Test if it works fine :-)

DevilaN avatar Nov 01 '22 21:11 DevilaN

Clear everything with docker system prune -a.

Despite completely reinstalling Docker, this issue still occurred for me, yet pruning fixed it. Very strange.

Pyroglyph avatar Mar 12 '23 17:03 Pyroglyph