JetPack-runtime Question

hi,
我是用apt install nvidia-jetpack-runtime安装runtime版本的jetpack软件包,但是这个runtime运行时版本并不能跑gpu_burn进行gpu压测,缺少 libcublas.so,同时是用jtop的jetson_release命令,会显示opencv、cuda未安装。
所以并不是很理解这个runtime版本的真正用途,我理解安装runtime版本后,cuda可以使用,GPU能够被调用,gpu_burn 应该能跑起来才对,谢谢

Hi,
Please check the explanation in

How to Install and Configure JetPack SDK — JetPack 6.2 documentation

You may then install nvidia-jetpack-dev to install the rest packages.

hi,
我使用的JetPack6.2,在使用sudo apt install nvidia-jetpack安装后,无法使用docker,但是在jetpack5中,使用该命令可以安装docker,但是JetPack6就不可以了,请问如何安装docker呢?

Hi,

Please find below the link to install docker:

Our default OpenCV doesn’t have CUDA support.
But you can build it from the source with the script shared in the below link:

Thanks.

hi
我可以理解为安装了docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin 这些后,就可以正常使用nv-docker了吗?

Hi,

nvidia-docker is no longer supported.
Instead, you can run standard docker with nvidia runtime to enable GPU access.

nvidia runtime is handled by the NVIDIA Container Toolkit, which is part of JetPack.
So you only need to install the standard docker and you should be able to access GPU within the container.

Thanks.

这个应该怎么做呢?