… command : docker compose up -d --build NVIDIA#329
Added detailed information at GenerativeAIExamples/RAG/examples/basic_rag/langchain/README.md
Summary
- The failure is due to a GPU-required service (Milvus GPU) with no GPU available to Docker.
- Required driver: NVIDIA Linux driver R550+/R535+ and NVIDIA Container Toolkit (or the Windows WSL2 NVIDIA driver if on WSL).
- You can run CPU-only by switching to pgvector or Milvus CPU image and relying on NVIDIA AI Endpoints for models via NVIDIA_API_KEY.
What driver is “missing”?
If you’re on WSL2/Windows: install the Windows NVIDIA driver with WSL2 GPU support and enable GPU for Docker Desktop/WSL. The error “WSL environment detected but no adapters were found” means no GPU is exposed to WSL/Docker.
Summary