From 0b49d5c2db927c58e7b9828dc287c511b2540e40 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Sun, 8 Sep 2024 20:50:11 -0600 Subject: [PATCH] fix(bluefin-tools): Don't explicitly start ollama after creating service (#1659) --- just/bluefin-tools.just | 2 -- 1 file changed, 2 deletions(-) diff --git a/just/bluefin-tools.just b/just/bluefin-tools.just index fa8ce65fdc9..1301ccc416f 100644 --- a/just/bluefin-tools.just +++ b/just/bluefin-tools.just @@ -133,7 +133,6 @@ ollama ACTION="help": fi systemctl --user daemon-reload - systemctl --user start ollama.service || echo "Error starting ollama Quadlet." echo "Please install the ollama cli via \`brew install ollama\`" exit 0 fi @@ -170,7 +169,6 @@ ollama ACTION="help": echo "open-webui container already exists, skipping..." fi systemctl --user daemon-reload - systemctl --user start ollama-web.service echo "Ollama Web UI container started. You can access it at http://localhost:8080" elif [[ "${OPTION,,}" == "remove" ]]; then echo "Removing ollama container"