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?
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?
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)
@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](https://github.com/open-webui/open-webui?tab=readme-ov-file#installation-with-default-configuration) (first one)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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)