We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bf5e5 commit 89e701cCopy full SHA for 89e701c
docker-compose.rag.yml
@@ -28,25 +28,14 @@ services:
28
- OTLP_ENDPOINT=jaeger:4317
29
- VECTOR_DB_URL=http://vectordb:8000
30
depends_on:
31
- - model-runner
32
- vectordb
33
- jaeger
34
command: ["/app/backend"]
35
extra_hosts:
36
- "host.docker.internal:host-gateway"
37
38
- model-runner:
39
- image: ai/llama3.2:1B-Q8_0
40
- ports:
41
- - "12434:12434"
42
- environment:
43
- - LOG_LEVEL=info
44
- - PORT=12434
45
- deploy:
46
- resources:
47
- limits:
48
- memory: 8G
49
- command: ["--server", "--port", "12434"]
+ # Removed model-runner service as it will be run separately on the host
+ # You should run: docker run -p 12434:12434 ai/llama3.2:1B-Q8_0
50
51
vectordb:
52
image: chromadb/chroma:latest
0 commit comments