有必要装Docker Container吗?

jetson tx2,刷过JETPACK 4.6.3,有必要装Docker Container吗?
如果需要的话,只有针对4.6.1的Docker Container没有4.6.3的,将4.6.1的是否可以?

6XB@~K36WUC~7D2R_ELR%(I

Hi,

You can use JetPack 4.6.1 container on JetPack 4.6.3.
It’s compatible.

Thanks.

Do I need to install Docker Container?
The advantages and disadvantages of using containers

No, you can build/install jetson-inference from source outside of container if you don’t want to use containers: https://github.com/dusty-nv/jetson-inference/blob/master/docs/building-repo-2.md

The benefits of using the jetson-inference container are that it’s already pre-built/tested for you, and has PyTorch already installed in the container if you want to do training. It’s also nice for keeping your OS environment clean from all the other packages and dependencies.

BTW, the jetson-inference docker/run.sh script should automatically select the correct container version to run for you, so you shouldn’t need to worry if your on JetPack 4.6.3 vs JetPack 4.6.1 for example.

thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.