mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
.. | ||
gpu-cuda | ||
main | ||
data.yml | ||
logo.png | ||
README.md |
使用说明
-
首次注册的账户即为管理员账户。
-
安装
gpu
版本时,1Panel
v1.10.3-lts
以下版本会覆盖docker-compose.yml
的gpu
设置,所以最好安装完成后检查一下, 不对则用以下覆盖并在应用目录下手动执行docker-compose down && docker-compose up -d
。
version: '3.3'
services:
open-webui:
image: ghcr.io/open-webui/open-webui:cuda
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
environment:
- NVIDIA_VISIBLE_DEVICES=all
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL}
- OPENAI_API_KEY=${OPENAI_API_KEY}
deploy:
resources:
reservations:
devices:
- capabilities: [gpu]
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- "${DATA_PATH}:/app/backend/data"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
原始相关
Open WebUI (Formerly Ollama WebUI) 👋
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline. It supports various LLM runners, including Ollama and OpenAI-compatible APIs. For more information, be sure to check out our Open WebUI Documentation.