seed repo scaffold
This commit is contained in:
parent
e1f06308e2
commit
0f3e5fa22d
5
services/brain/Dockerfile
Normal file
5
services/brain/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
FROM ollama/ollama:latest
|
||||||
|
ENV OLLAMA_HOST=0.0.0.0
|
||||||
|
# Pre-pull a CPU-friendly expressive persona model
|
||||||
|
RUN ollama pull ${OLLAMA_MODEL:-llama3.2:1b} || true
|
||||||
|
EXPOSE 11434
|
||||||
Loading…
Reference in New Issue
Block a user