You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
After 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!
The text was updated successfully, but these errors were encountered:
tjbck
transferred this issue from open-webui/open-webui
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: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.
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!
The text was updated successfully, but these errors were encountered: