Skip to content

Commit

Permalink
Be sure to not use all cores of the RPi
Browse files Browse the repository at this point in the history
  • Loading branch information
LoyVanBeek committed Dec 21, 2024
1 parent 0d31fbe commit fd6008f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/robot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ WORKDIR /root/zenoh_ws
RUN /bin/bash -c "source /opt/ros/${ROS_DISTRO}/setup.bash \
&& apt-get update -y \
&& rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y \
&& colcon build --symlink-install --event-handlers console_cohesion+\
&& colcon build --event-handlers console_cohesion+ --parallel-workers 1 --executor sequential \
&& rm -rf /var/lib/apt/lists/*"

RUN mkdir -p /root/ros2_ws/src
Expand Down

0 comments on commit fd6008f

Please sign in to comment.