Skip to content
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 Failure with Pipeline #276

Open
RicardoCSR opened this issue Sep 27, 2024 · 0 comments
Open

Docker Failure with Pipeline #276

RicardoCSR opened this issue Sep 27, 2024 · 0 comments

Comments

@RicardoCSR
Copy link

Hello, I need help. I am using Ubuntu 24.04 LTS. The open-webui container was installed following the installation procedure and is operating perfectly together with Ollama.
image

I want to implement some pipelines for testing and customize some interactions following the pipeline installation procedure via container:

docker run -d -p 9099:9099 --add-host=host.docker.internal:host-gateway -v pipelines:/app/pipelines --name pipelines --restart always ghcr.io/open-webui/pipelines:main

After performing the installation, the openweb container gets stuck in unhealthy state and when accessing the web address it shows an internal server error.

image
image

To fix this, I basically remove the installed pipeline container and restart the openweb container, after which it starts operating normally again.

Thank you very much!

@tjbck tjbck transferred this issue from open-webui/open-webui Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant