Skip to content

Commit

Permalink
fix(bluefin-tools): Don't explicitly start ollama after creating serv…
Browse files Browse the repository at this point in the history
…ice (#1659)
  • Loading branch information
EyeCantCU authored Sep 9, 2024
1 parent b31172b commit 0b49d5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions just/bluefin-tools.just
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0b49d5c

Please sign in to comment.