feat(docker): Add image model for Intel GPUs

Signed-off-by: Richard Palethorpe <io@richiejp.com>
This commit is contained in:
Richard Palethorpe
2025-04-09 21:00:22 +01:00
parent e128cde613
commit c5e828e547

View File

@@ -10,6 +10,7 @@ services:
# - rombo-org_rombo-llm-v3.0-qwen-32b # minimum suggested model # - rombo-org_rombo-llm-v3.0-qwen-32b # minimum suggested model
- arcee-agent # (smaller) - arcee-agent # (smaller)
- granite-embedding-107m-multilingual - granite-embedding-107m-multilingual
- flux.1-dev-ggml
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/readyz"] test: ["CMD", "curl", "-f", "http://localhost:8080/readyz"]
interval: 60s interval: 60s
@@ -69,6 +70,7 @@ services:
- LOCALAGI_STATE_DIR=/pool - LOCALAGI_STATE_DIR=/pool
- LOCALAGI_TIMEOUT=5m - LOCALAGI_TIMEOUT=5m
- LOCALAGI_ENABLE_CONVERSATIONS_LOGGING=false - LOCALAGI_ENABLE_CONVERSATIONS_LOGGING=false
- LOCALAGI_IMAGE_MODEL=flux.1-dev-ggml
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes: volumes: