File size: 233 Bytes
e155edc
be4c0da
e155edc
be4c0da
 
e155edc
 
 
 
e519b49
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
source /app/venv/bin/activate
# Start Ollama in the background
# Starting server
echo "Starting Ollama server"
ollama serve &
# Wait for the server to start
sleep 5
# Pull the model
ollama pull all-minilm

exec ollama serve