demo-docker-gradio / start_server.sh
Sébastien De Greef
Update .gitignore and add ollama install to Dockerfile
e7a2ae9
raw
history blame
174 Bytes
#!/bin/bash
# Start the background task
ollama serve &
ollama pull mistral:7b > /dev/null 2>&1
ollama pull llama3:8b > /dev/null 2>&1
# Start the Gradio app
python main.py