File size: 185 Bytes
6ce66dc
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# Starting server
echo "Starting server"
ollama serve &
sleep 1

ollama create translator -f Modelfile

# Keep the script running to prevent the container from exiting
wait