chatboss / startup.sh
gufett0's picture
fixed dockerfile
3f589e4
raw
history blame
141 Bytes
#!/bin/bash
# Pull the Ollama model
python -m ollama run gemma2:2b
# Start the application
exec uvicorn app:app --host 0.0.0.0 --port 7860