I tried to create a Docker Image of Isaac-ROS and Isaac-ROS-Apriltag by using Dockerfile.
However, I encounted several errors one after another.
Here is the Dockerfile I wrote.
@Raffaello
Thank you for your reply and infomation, Raffaello.
I am supposed to send and share a Docker Image of Isaac-ROS on my computer to my team.
Then my team leader said “Create a docker image with Dockerfile, do not use docker save.”
Is there any way to create Isaac-ROS docker image using Dockerfile?
Like I wrote, I tried to write a Dockerfile, but I encountered errors one after another, especially the part of colcon build.
Maybe FROM nvcr.io/nvidia/isaac/ros:x86_64-ros2_humble_45d368cdbbe4a484643464d0d492c764 is not correct.
BTW, I am curious about the way you advised using run_dev.sh.
I tried but I could not understand the document.
Am I supposed to do following these?
git clone Isaac-ROS-common
run $PATH_TO_ISAAC_ROS_COMMON/scripts/run_dev.sh -d $PATH_TO_ROS_WORKSPACE
create a file, .isaac_ros_common-config
create another file, Dockerfile.mine
Finally, run PATH_TO_ISAAC_ROS_COMMON/scripts/docker_deploy.sh --base_image_key "aarch64.ros2_humble" .......... --name "my_docker_registry.io/myimage"