mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
Docker Failure with Pipeline #134
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.

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:mainAfter performing the installation, the openweb container gets stuck in unhealthy state and when accessing the web address it shows an internal server error.
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!