mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
After Docker is installed, the model cannot be found. How can I import the model to Docker? #3940
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 @a180560 on GitHub (Feb 18, 2025).
How can I import a model to Docker? I have mapped the /app/backend/data directory to a local disk. Do I need to move the .ollama directory to /app/backend/data?
@a180560 commented on GitHub (Feb 18, 2025):
The local host is a Linux host.
@mahenning commented on GitHub (Feb 18, 2025):
Do you have a open-webui docker container with/without ollama included? Do you already have Ollama running on your system? Please include how you actually set everything up.
If you already have Ollama on your system (without docker), you can follow the default installation here (first one)