We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750dddb commit 7dfb149Copy full SHA for 7dfb149
1 file changed
install.sh
@@ -167,6 +167,7 @@ curl -fsSL https://ollama.com/download/ollama-linux-amd64.tar.zst \
167
sudo useradd -r -s /bin/false -U -m -d /usr/share/ollama ollama
168
sudo usermod -a -G ollama "$(whoami)"
169
sudo cp ~/.dotfiles/ollama/ollama.service /etc/systemd/system/
170
+sudo systemctl daemon-reload
171
sudo systemctl enable --now ollama.service
172
# HACK: wait for ollama server to start
173
# on docker build, ollama server needs to be started manually
0 commit comments