pipelines
pipelines copied to clipboard
Openwebui 0.4.8 docker can not discover pipelines docker server
Hi, after upgrading openwebui docker to 0.4.8, it can no longer discover the pipelines docker server (latest main) 0.4.6 worked. Any help appreciated.
@zilingzhang any luck?
Context
- A compose file with pipelines and open-webui
- Using the latest images.
ghcr.io/open-webui/pipelines latest 8c2ba388a918 19 hours ago 3.2GB
ghcr.io/open-webui/open-webui latest 06e9c7ce6dbd 33 hours ago 4.33GB
Workaround
Don't understand why, but webui finally detect the pipelines after removing the docker containers and volumes.
cd <ws>
docker compose down
docker container rm <containers_of_pipelines_and_webui>
docker volume rm <volumes_of_pipelines_and_webui>
docker compose up -d