Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bis-hub
/
chatboss
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3f589e4
chatboss
/
startup.sh
gufett0
fixed dockerfile
3f589e4
6 months ago
raw
Copy download link
history
blame
Safe
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