All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 43m57s
5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/bash
|
|
|
|
ollama serve &> /tmp/ollama.log &
|
|
OLLAMA_PID=$!
|
|
echo $OLLAMA_PID > /tmp/ollama.pid |