I’m using a customized BSP which uses L4T32.4.3, to flash the emmc on Jetson NX, attached to a customized board and having issues with the docker runtime to access the GPU with the standard L4T container: The d I’m having issues with the docker runtime to access the GPU with the standard L4T container: nvcr.io/nvidia/l4t-base:r32.5.0 The docker engine cannot access the device. I get the following error:
Docker engine cannot access the device. I get the following error:
Cannot start service : could not select device driver “” with capabilities: [[gpu]]
This exact same compose file works on a NX with an NVidia dev board. Please advise. is the Docker Image and NX image mismatch causing the issue?
I had a similar thought previously but cannot run the following with multiple versions of L4T:
$ docker run --rm --gpus all -itnvcr.io/nvidia/l4t-base:r32.4.3 docker: Error response from daemon: could not select device driver “” with capabilities: [[gpu]].
The deprecated GPU support doesn’t work either:
$ docker run --rm --runtime nvidia -itnvcr.io/nvidia/l4t-base:r32.4.3 docker: Error response from daemon: Unknown runtime specified nvidia.
If you are getting that error, then the nvidia-docker runtime from JetPack appears not to have been properly installed. Did you install those parts of JetPack in your customized BSP?