Commit 87087b52 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Set ollama HOME to /var/lib/ollama

parent cfd58543
......@@ -35,6 +35,7 @@ Group=root
Environment="GIN_MODE=release"
Environment="OLLAMA_HOST=0.0.0.0"
Environment="OLLAMA_MODELS=/var/lib/ollama"
Environment="HOME=/var/lib/ollama"
ExecStart=/usr/bin/ollama serve
Restart=on-failure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment