fix: containerized senju did not start properly

Refs: OPS-10
This commit is contained in:
Christoph J. Scherr 2025-02-28 16:14:23 +01:00
parent 83add1d0a3
commit 7d41df6976
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB
3 changed files with 11 additions and 10 deletions

View file

@ -2,5 +2,5 @@
curl http://ollama:11434/api/pull -d '{"model": "llama3.2:1b"}'
flask --app senju/main run --debug --host=0.0.0.0
cd /app
poetry run sh -c 'flask --app senju/main run --host=0.0.0.0'