use targets for arch toolbox build to keep things in one containerfile
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 43m57s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 43m57s
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
kill $(cat /tmp/ollama.pid)
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
tail -f /tmp/ollama.log
|
||||
@@ -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