openrag/docker-compose.gpu.yml
Edwin Jose 0a978c69f5 Prefix Docker images with docker.io in compose files
Updated all Docker image references in docker-compose.yml, docker-compose-cpu.yml, and docker-compose.gpu.yml to explicitly use the docker.io registry prefix. This change ensures consistent image resolution and avoids ambiguity in environments where multiple registries may be configured.
2025-12-18 19:40:13 -05:00

8 lines
222 B
YAML

services:
openrag-backend:
image: docker.io/langflowai/openrag-backend:${OPENRAG_VERSION:-latest}
environment:
- NVIDIA_DRIVER_CAPABILITIES=compute,utility
- NVIDIA_VISIBLE_DEVICES=all
gpus: all