question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker-Missing entrypoint.sh

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:34 (13 by maintainers)

github_iconTop GitHub Comments

3reactions
tpsjr7commented, Oct 5, 2022

Once this PR is merged https://github.com/lkwq007/stablediffusion-infinity/pull/49, those issues should be fixed

1reaction
JeromeFrcommented, Oct 7, 2022

I’ve updated the README on how to setup.

Thanks, I got it running now thanks to docker-run.sh . I’m grateful for all your help

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found