Skip to content

Commit

Permalink
Update Dockerfile.jetson
Browse files Browse the repository at this point in the history
  • Loading branch information
delihus authored Feb 9, 2024
1 parent 0ffcfbb commit 4417307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.jetson
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ COPY ./healthcheck.cpp /ros2_ws/src/healthcheck_pkg/src/
# Build
WORKDIR /ros2_ws
RUN source /opt/ros/$ROS_DISTRO/setup.bash && \
colcon build --parallel-workers $(nproc) --symlink-install \
colcon build --parallel-workers $(nproc) \
--event-handlers console_direct+ --base-paths src \
--cmake-args ' -DCMAKE_BUILD_TYPE=Release' \
' -DCMAKE_LIBRARY_PATH=/usr/local/cuda/lib64/stubs' \
Expand Down

0 comments on commit 4417307

Please sign in to comment.