stablediffusion-infinity: Docker-Missing entrypoint.sh
Hello.
I am brand new to Docker, and this is my first attempt at using it.
I am on Windows 10, admin command prompt.
I have run the commands as shown under the install directions. The first two command work, however, I am getting the following error when I try to ‘compose up’:
C:\stable-diffusion\stablediffusion-infinity>docker-compose up
[+] Running 4/4
- Network stablediffusion-infinity_default Created 0.1s
- Volume "stablediffusion-infinity_cond_env" Created 0.0s
- Volume "stablediffusion-infinity_user_home" Created 0.0s
- Container stablediffusion-infinity-sd-infinity-1 Created 0.2s
Attaching to stablediffusion-infinity-sd-infinity-1
stablediffusion-infinity-sd-infinity-1 | exec /home/user/app/docker/entrypoint.sh: no such file or directory
stablediffusion-infinity-sd-infinity-1 exited with code 1
What information can I give to help troubleshoot? Since I am on Win10, I am having issues locating the directories in the WSL system. To be honest, I am not even sure I am using the right words to describe the above sentence.
Any help is welcome.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 34 (13 by maintainers)
Once this PR is merged https://github.com/lkwq007/stablediffusion-infinity/pull/49, those issues should be fixed
Thanks, I got it running now thanks to docker-run.sh . I’m grateful for all your help
If you want to use docker, only these two options currently work:
Things that don’t work at the moment:
I’m still having trouble getting docker to run, though its a different problem now. After running the “docker-compose up” command, I get a very long output that ends with this:
Any thoughts? This is my first time using docker and WSL, so its possible I messed something up but I’m not sure what it’d be.
In case its needed, the full terminal output is below, and I get this output either when I try to start the docker container or run the above mentioned command: