mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Ollama by default installs and creates the systemd service, so removing the mounting of the systemd service
This commit is contained in:
parent
4f48a615e3
commit
59885ec0af
1 changed files with 2 additions and 20 deletions
|
@ -17,30 +17,12 @@ msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y curl
|
$STD apt-get install -y curl
|
||||||
$STD apt-get install -y sudo
|
$STD apt-get install -y sudo
|
||||||
$STD apt-get install -y mc
|
$STD apt-get install -y mc
|
||||||
$STD apt-get install -y build-essential
|
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Ollama"
|
msg_info "Installing Ollama & Creating Service"
|
||||||
$STD curl -fsSL https://ollama.com/install.sh | sh
|
$STD curl -fsSL https://ollama.com/install.sh | sh
|
||||||
|
|
||||||
msg_ok "Installed Ollama"
|
|
||||||
|
|
||||||
msg_info "Creating Service"
|
|
||||||
service_path="/etc/systemd/system/ollama.service"
|
|
||||||
echo "[Unit]
|
|
||||||
Description=Ollama Service
|
|
||||||
After=network-online.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
ExecStart=/usr/bin/ollama serve
|
|
||||||
Restart=always
|
|
||||||
RestartSec=3
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target" >$service_path
|
|
||||||
systemctl enable -q --now ollama.service
|
systemctl enable -q --now ollama.service
|
||||||
msg_ok "Created Service"
|
msg_ok "Installed Ollama & Created Service"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
customize
|
customize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue