Files
glpi-neuroforge-mega/deployments/gpu-subagent
groot d18405ed2e
ci / test (services/knowledge) (push) Successful in 47s
ci / test (services/agent) (push) Successful in 55s
ci / test (platform/neuroforge) (push) Successful in 56s
ci / docker-build (push) Failing after 1m10s
ci / test (services/control) (push) Successful in 1m26s
release-tag / release-image (push) Successful in 6m43s
update-1.6.2
2026-09-09 12:55:35 +02:00
..
2026-09-09 12:55:35 +02:00
2026-09-09 11:10:31 +02:00
2026-09-02 10:26:50 +02:00

GPU Subagent + Ollama

Runs Ollama on the GPU node, pulls the configured chat and embedding models through two idempotent init services, and registers a GPU worker with capabilities model.chat and model.embed.

Prerequisites: NVIDIA driver, NVIDIA Container Toolkit and working Docker GPU access.

Edit NEUROFORGE_MASTER_URL, then:

./preflight.sh
docker compose --profile monitoring up -d

Ollama is intentionally exposed on port 11434 so the Master Agent/Knowledge services can use this GPU node directly. Restrict ports 11434, 9100 and 9400 to the Master/Prometheus host with a firewall.