-
Notifications
You must be signed in to change notification settings - Fork 29
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
25-02-2025 app-1 in docker fails to start #55
Comments
@Jezo247, That is very strange. That should be all you need to do. Let's have you try this: It should then build the container, once that is done:
See if that works. If you get stuck somewhere. Let me know. This is just a temporary workaround. There should be new containers that can be pulled directly from this repo, without needing to build it. |
@Jezo247, Looks like the new nightly image is there, you can change the docker image that is pulled from or, if you have the new That should already have everything ready to go for you, no need to build anything. And there will be a Nvidia container coming soon. Just want to get my changes reviewed before pushing that change to the main branch, since it changed a decent amount of things. Once you have the image updated for the NOTE: Make sure to clear out any of the images that are stored in docker for Scriberr. Don't delete the volumes, but delete all of the images that are associated with Scriberr, so it doesn't try to pull it from a cache on your machine instead of pulling from the repo. |
Ok, i’ll test that. Is there a difference between ‘docker-compose up’ and ‘docker compose up’ ?
|
Oh that is a bit of a bug. You need to log out and back into Scriberr. I have noticed that as well. |
This happens because the old login token stays cached in the browser. So we need to logout and log back in to get a new token. |
OK. Success! After some troubles with docker "unexpected errors" and a uninstall and re-install, I got the container erbuilt from the nightly image. The app now works well and the log-out.login solved the error from before. I even managed to get diarization working for me which had failed before. I noticed that I had to add both pyannote/diarization AND pyannote/segmentation repos to my auth access key - (this would be good to note clearly in the documentation.) |
@Jezo247, are you also adding the /v1 to the end of the host for ollama? Or are you just adding the port after it? |
Ah! I missed the /v1. I'll put that in and re-test. |
Not a problem! Let me know if it works. Also for this:
I opened up #68, and will get that updated by the next full release. |
You need to add a key, it can be even 1 character. But it does require a key (this is a python dependency thing, but it can be looked into to fix this for future releases). So just put "ollama" or something for the api key and it should work. |
@Jezo247, were you able to get it working? |
Running the nightly build now, the app loads and runs well. We can close this issue. |
Hi, I got diarization OK, but I still get a summary failed. I added a ‘ollama’ API key in the OPEN-API field, but it seems to still make a call to openai and fails.
I’m doing a complete new repo clone and setup of all elements noted so far and I’ll test today.
the main build still fails to start the app, nightly seems to work OK.

|
@Jezo247 roger that. I will do some testing and see what is going on with it. But you may need to clear out all downloaded images as well. If it is cached locally it could cause an issue by using an old version. |
FYI I did a new gitclone having deleted the previous directory and deleted all containers and images from Docker. I did one build using main, but rememebered you'd said to use night, so I deleted and redid a compose using the night image. |
Interesting. Okay. I will review it today if i get a chance |
hi, I just did a brand-new git clone of the repo and edited the docker-compose and .env files for ollama and HF key. The docker-compose up completed successfully and showed this output:
however the app-1 container started and shutdown with an error:
Did I forget something in the setup?
I'm running Win 10, WSL 2, Docker-desktop.
The text was updated successfully, but these errors were encountered: