Getting an error while deploying a NVIDIA Rag agent

I am getting an error while running the following command: docker compose up -d --build for https://github.com/NVIDIA/GenerativeAIExamples/tree/main/RAG/examples/basic_rag/langchain

Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: Auto-detected mode as ‘legacy’
nvidia-container-cli: initialization error: WSL environment detected but no adapters were found: unknown

It appears based on the error message text that some nvidia driver is missing.

Can you tell me which driver?

Are you running in WSL?

Yes on WSL or Windows Subsystem for Linux

I tried running on Windows but no luck. NVIDIA replied that to try it in WSL. I gave up finally and run in Linux directly.

Are you from Nvidia? Were you able to run the Rag agent succesfully on a linux env?