VLM Node Worker is a Python-based background job processor with GPU support.
2.6K
VLM Node Worker is a Python-based background job processor with GPU support designed for processing images captured by smart glasses in retail environments. It performs image analysis using Ollama VLM/LLM models with GPU-accelerated inference, enabling automated task tracking and analysis.
VLM stands for Vision Language Model - AI models that can understand both images and text.
amd64, arm64 (arm64v8)latest (bleeding edge, not recommended)stable (recommended for production)v1.0.0, v1.0, v1See the official documentation Docker Compose.
# Pull the image
docker pull aukilabs/vlm-node-worker:stable
# Run with basic configuration
docker run -d \
--name vlm-worker \
--gpus all \
-e POSTGRES_URL=postgres://user:pass@host:5432/db \
-e DATA_DIR=/app/data \
-e OLLAMA_HOST=http://ollama:11434 \
aukilabs/vlm-node-worker:stable
Content type
Image
Digest
sha256:a7d4be2f0…
Size
3.8 GB
Last updated
7 months ago
docker pull aukilabs/vlm-node-worker