1
0

Added Open WebUI pipeline to get anthropic models

This commit is contained in:
Adrien Bouvais 2025-06-26 09:41:30 +00:00
parent 817c811b3a
commit 040bf47d7d

View File

@ -26,3 +26,12 @@ services:
- driver: nvidia
capabilities: ["gpu"]
count: all
openwebui-pipeline:
image: ghcr.io/open-webui/pipelines:main
container_name: openwebui-pipelines
restart: unless-stopped
ports:
- "9099:9099"
volumes:
- ./hdd0/openwebui-pipelines:/app/pipelines