Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Jan 26, 2024
1 parent bb38f90 commit dc781b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN git clone https://github.com/luxonis/depthai-ros.git src/depthai-ros -b ${DE
rosdep update --rosdistro $ROS_DISTRO && \
rosdep install --from-paths src --ignore-src -r -y && \
source /opt/ros/$ROS_DISTRO/setup.bash && \
MAKEFLAGS="-j1 -l1" colcon build
MAKEFLAGS="-j1 -l1" colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release

FROM husarnet/ros:${PREFIX}${ROS_DISTRO}-ros-core

Expand Down

0 comments on commit dc781b9

Please sign in to comment.