mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
fix: containerized senju did not start properly
Refs: OPS-10
This commit is contained in:
parent
83add1d0a3
commit
7d41df6976
3 changed files with 11 additions and 10 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue