moving everything to active or retired vs incubating and graduated
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 14s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 14s
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
ollama serve &> /tmp/ollama.log &
|
||||
OLLAMA_PID=$!
|
||||
echo $OLLAMA_PID > /tmp/ollama.pid
|
||||
Reference in New Issue
Block a user