Hi everyone,
I have this device from ConnectTech, and it is basically a TX2 https://connecttech.com/product/orbittybox/.
Cuda 12.6 is installed along with nvidia-toolkit also with podman 5.5.1. But when I run this command to check it:
podman run --rm --device nvidia.com/gpu=all --security-opt=label=disable ubuntu nvidia-smi -L
I got this error:
356: Memory Manager Not supported
****NvRmMemMgrInit failed**** error type: 196626
libnvrm_gpu.so: NvRmGpuLibOpen failed, error=196626
NvRmMemInitNvmap failed with Permission denied
356: Memory Manager Not supported
****NvRmMemMgrInit failed**** error type: 196626
libnvrm_gpu.so: NvRmGpuLibOpen failed, error=196626
NvRmMemInitNvmap failed with Permission denied
356: Memory Manager Not supported
****NvRmMemMgrInit failed**** error type: 196626
libnvrm_gpu.so: NvRmGpuLibOpen failed, error=196626
nvidia-container-cli: detection error: nvml error: unknown error: unknown
Is there some configuration that I need to add? Because I am required to not use the Jetpack and need to install the dependencies manually.
Thank you!