About the process of building ROS2 docker container in Jetson nano devkit (jp4.5.1)

Hello, @dusty_nv

I am using the jetpack4.5.1 SD card image uploaded to the jetson nano devkit.

I am building a ROS2 docker container by referring to the following.
The command I used to use foxy is as follows.

As you can see in the image below, something is still going on.
I’m anxious because stderr, which is displayed in red, appears frequently.
Can I ignore it?
https://developer.nvidia.com/blog/implementing-robotics-applications-with-ros-2-and-ai-on-jetson-platform-2/?fbclid=IwAR0Zrpmflb_dm0UuEoCB_QQVEISsUVVxJ-jeId8DE7K8_UBn2DDJfTasxmk

./scripts/docker_build_ros.sh foxy # build only foxy

Thank you.