phuree / start-ollama.sh
phureexd's picture
Clean deploy with LFS for all DB files
41169c9
raw
history blame contribute delete
192 Bytes
#!/bin/sh
# Start Ollama in the background
ollama serve &
# Wait for Ollama to start
sleep 5
# Create a custom model using the Modelfile
ollama create custom-model -f /app/Modelfile.local