Docker-Missing entrypoint.sh
See original GitHub issueHello.
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.
Issue Analytics
- State:
- Created a year ago
- Comments:34 (13 by maintainers)
Top Results From Across the Web
How to use docker ENTRYPOINT with shell script file combine ...
When a Docker container is run, it runs the ENTRYPOINT (only), passing the CMD as command-line parameters, and when the ENTRYPOINT completes ...
Read more >Cannot start any container because of missing entry point
Error response from daemon: Container command 'docker-entrypoint.sh' not found or does not exist. Also creating new containers from current ...
Read more >Error when running Docker with entrypoint script in Linux VM
Hey thanks for the reply! So yes building the docker image locally works fine. I was referencing the docker-entrypoint.sh in a relative way....
Read more >Demystifying ENTRYPOINT and CMD in Docker - AWS
ENTRYPOINT + CMD = default container command arguments ... Here's a Dockerfile snippet that has both an ENTRYPOINT and a CMD ...
Read more >[Docker] missing packages when using `ros2 launch`
I'm expanding https://github.com/Livox-SDK/livox_ro... and adding a Dockerfile do colcon build and use ros2 launch.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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