Docker Failure with Pipeline #134

Open
opened 2026-02-15 19:16:12 -05:00 by yindo · 0 comments
Owner

Originally created by @RicardoCSR on GitHub (Sep 27, 2024).

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!

Originally created by @RicardoCSR on GitHub (Sep 27, 2024). 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](https://github.com/user-attachments/assets/b07e9de6-3cbe-45c7-aecd-a2d2449e2aa7) 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](https://github.com/user-attachments/assets/b93455f0-d2c8-491e-a590-490edc6c6bdb) ![image](https://github.com/user-attachments/assets/5517baff-8945-4c34-88e4-38c440f058d4) 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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#134