-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker - Exited with code 127 #188
Comments
Same situation, same results with compose. However, following the Docker run command, with one adjustment (see below) works reliably (ran it before finishing this post).
|
I've just tried running this command as suggested: Still not able to do anything with it. What am I missing?
|
Same situation, I'm attempting to go through the process again with a clean download. |
Do any Docker containers exist, and are they usable? I appears that the download works, but as soon as you try to get into the Docker file system the wheels fall off. That leaves me wondering about the Docker installation. |
I've successfully managed to run one docker container for another gui for
kokoro (limited features so trying out this one). But honestly anything can
be possible as I am quite new to Docker and what is needed. In summary -
installed docker desktop for windows with wsl2, then run wsl --install (i
think from memory and it installed ubuntu and i made sure to enable that in
settings) and finally then run the docker commands similar to what we do
here and it worked from docker desktop container tab.
For this I didn't try anything else than suggested as honestly at this
stage docker is black magic to me and I don't know what is happening 95% of
time.
If there are steps that are missing then I'd redo process with new
instructions but seems I'm not the only one have this issue.
…On Wed, 19 Feb 2025, 19:52 RBEmerson970, ***@***.***> wrote:
Do any Docker containers exist, and are they usable? I appears that the
download works, but as soon as you try to get into the Docker file system
the wheels fall off. That leaves me wondering about the Docker installation.
—
Reply to this email directly, view it on GitHub
<#188 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWCC2DG53O5IM5GBVMT72ZT2QTOGZAVCNFSM6AAAAABXOY7ZP6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRZGYYTMMRVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: RBEmerson970]*RBEmerson970* left a comment
(remsky/Kokoro-FastAPI#188)
<#188 (comment)>
Do any Docker containers exist, and are they usable? I appears that the
download works, but as soon as you try to get into the Docker file system
the wheels fall off. That leaves me wondering about the Docker installation.
—
Reply to this email directly, view it on GitHub
<#188 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWCC2DG53O5IM5GBVMT72ZT2QTOGZAVCNFSM6AAAAABXOY7ZP6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRZGYYTMMRVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Docker and WSL are essentially magic here, too. I followed the magic spell on Docker.com and it worked. With Open WebUI running, I went through the installation for Kokoro from HF, which demanded adding eSpeak. With that in place, running the Docker run example I gave above works here. FWIW, "here" is a laptop with an i9, 64 GB RAM, Laptop RTX4090 16 GB VRAM - originally intended for X-Plane flight sims. |
if you are on windows its probably because GitHub tries to correct line endings and it messes with its ability to find the file for some reason. Try running this (Make it so all repo will use Linux line endings): This should be fixed in #186 |
I built a side version with the above - good news, bad news. The good news is the initial complaint/error is cleared. The bad news is the resulting container doesn't show ports. AFAIK, the only "fix" is to duplicate the container, adding port info in the process; Docker won't allow adding ports to an existing container. |
@RBEmerson970 Is this the command you used? |
I just ran git config --global core.autocrlf false then redownload the repo, and reran docker compose. It failed a few times, I had to run docker compose build 3 times, but now I have a working docker. |
It's the suggested Docker compose that won't produce port assignments. I tried doing compose just to see what happens. Ordinarily I use run. Unfortunately, substituting nightly for v0.2.2 or latest doesn't get me the nightly build. |
@RBEmerson970 what was your docker file and what was your docker build command |
I followed Readme.md after starting at a test sub-dir
That worked, but I had to dig into Docker GUI to get the port link. No great loss - see below. Again, for me the code below works successfully every time.
|
Do this:
Add -d to the last command if u want it to stay up even if u exit your console (though I would build it without -d confirm everything is working then add -d) |
Used following steps and it finally launched but it doesn't work in firefox so beware.
then accessed it with |
Firefox is, I regret to say, somewhat lacking in some regards. This is one of them. OTOH, when streaming video, it very nicely recovers from interruptions other browsers fail outright on. "Horses for courses." |
Describe the bug
Following instructions from main page:
Process appears to go well until error seen in screenshot appears:
I looked for what could be an issue and found that next line has something to do with downloading models so i tried to download models manually - which worked but check supposedly failed (I checked with SHA256 and model seemed to be the same as other downloads I did). Now at this point I don't know if entrypoint.sh is the same one that related to nvidia (probably not?) but either way, I cannot get it to finish and run.
Screenshots or console output

Branch / Deployment used
Running locally, installed Docker Desktop and running commands like specified in instructions.
Operating System
Windows 10 64bit, NVIDIA GPU Gefore RTX 4060TI
Additional context
I'm new to Docker and honestly it might be something obvious that isn't obvious to a person who started using docker 2 days ago and mostly failed.
The text was updated successfully, but these errors were encountered: