Skip to content

Commit aa9f3d5

Browse files
authored
Update Dockerfile (#325)
Update Dockerfile to clone the correct repo and branch.
1 parent a29eaca commit aa9f3d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/ros2_ov202x/ros2_humble/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ USER ubuntu
6161
RUN mkdir -p ros2_ws/src
6262
WORKDIR /home/ubuntu/ros2_ws/src
6363
RUN git clone https://github.com/intel/ros2_object_msgs.git
64-
#change the branch before merge
65-
RUN git clone -b openvino_2025 https://github.com/jb-balaji/ros2_openvino_toolkit.git
64+
RUN git clone -b ros2 https://github.com/intel/ros2_openvino_toolkit.git
6665
RUN git clone -b humble https://github.com/ros-perception/vision_opencv.git
6766
WORKDIR /home/ubuntu/ros2_ws
6867
RUN source /opt/ros/humble/setup.bash \

0 commit comments

Comments
 (0)