File size: 192 Bytes
41169c9
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/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