Files
ducoterra b3e4a45996
Some checks failed
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Failing after 3m13s
Podman DDNS Image / build-and-push-ddns (push) Successful in 50s
make ollama-* actions user-independent
2025-05-04 23:59:00 -04:00

5 lines
107 B
Bash

#!/bin/bash
ollama serve &> /tmp/ollama-$USER.log &
OLLAMA_PID=$!
echo $OLLAMA_PID > /tmp/ollama-$USER.pid