File size: 229 Bytes
5e8fd8b
 
 
 
 
 
 
 
1ff6584
 
 
5e8fd8b
9266b9a
5e8fd8b
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

# Start Ollama in the background
ollama serve &

# Wait for Ollama to start
sleep 5

#
ollama pull mxbai-embed-large

# Pull and run <YOUR_MODEL_NAME>
ollama pull qwen:1.8b

#
fastapi run /code/app/main.py --port 7860