feat: Create ollama container and pull initial image.

Refs: OPS-17, OPS-12, OPS,10
This commit is contained in:
Alivecow 2025-02-25 15:51:14 +01:00
parent c2d6cd822a
commit c72ee2617e
4 changed files with 27 additions and 6 deletions

6
entrypoint.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
curl http://ollama:11434/api/pull -d '{"model": "llama3.2:1b"}'
flask --app senju/main run --debug --host=0.0.0.0