Skip to content

Commit 7bc145f

Browse files
something
1 parent b062428 commit 7bc145f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

ROS2/AMD64x86/wheelchair2_base/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/smart-wheelchair-rrc/humble:dev5.0.5
1+
FROM ghcr.io/smart-wheelchair-rrc/humble:dev5.0.6
22

33
ARG USERNAME=container_user
44

@@ -21,7 +21,7 @@ RUN sudo mkdir -p /etc/udev/rules.d && \
2121
./scripts/patch-realsense-ubuntu-lts-hwe.sh
2222
RUN mkdir build && cd build \
2323
&& cmake ../ \
24-
&& sudo make uninstall && make clean && make && sudo make install
24+
&& sudo make uninstall -j4 && make clean && make -j4 && sudo make install -j4
2525

2626
# Build and install Livox-SDK2
2727
WORKDIR /home/$USERNAME
@@ -30,7 +30,7 @@ RUN cd Livox-SDK2 \
3030
&& mkdir build \
3131
&& cd build \
3232
&& cmake .. && make -j \
33-
&& sudo make install
33+
&& sudo make install -j4
3434

3535
COPY rosPkgs.list /tmp/rosPkgs.list
3636
RUN sudo apt-get update \
File renamed without changes.

ROS2/AMD64x86/wheelchair2_cuda/Dockerfile renamed to ROS2/AMD64x86/wheelchair2_base_cuda/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/smart-wheelchair-rrc/humble_cuda:dev5.0.5
1+
FROM ghcr.io/smart-wheelchair-rrc/humble_cuda:dev5.0.6
22

33
ARG USERNAME=container_user
44

@@ -20,7 +20,7 @@ RUN sudo mkdir -p /etc/udev/rules.d && \
2020
./scripts/patch-realsense-ubuntu-lts-hwe.sh
2121
RUN mkdir build && cd build \
2222
&& cmake ../ \
23-
&& sudo make uninstall && make clean && make && sudo make install
23+
&& sudo make uninstall -j4 && make clean && make -j4 && sudo make install -j4
2424

2525
# Build and install Livox-SDK2
2626
WORKDIR /home/$USERNAME
@@ -29,7 +29,7 @@ RUN cd Livox-SDK2 \
2929
&& mkdir build \
3030
&& cd build \
3131
&& cmake .. && make -j \
32-
&& sudo make install
32+
&& sudo make install -j4
3333

3434
COPY rosPkgs.list /tmp/rosPkgs.list
3535
RUN sudo apt-get update \
File renamed without changes.
File renamed without changes.

ROS2/AMD64x86/wheelchair2_base_gazebo/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/smart-wheelchair-rrc/humble_gazebo:dev5.0.5
1+
FROM ghcr.io/smart-wheelchair-rrc/humble_gazebo:dev5.0.6
22

33
ARG USERNAME=container_user
44

@@ -20,7 +20,7 @@ RUN sudo mkdir -p /etc/udev/rules.d && \
2020
./scripts/patch-realsense-ubuntu-lts-hwe.sh
2121
RUN mkdir build && cd build \
2222
&& cmake ../ \
23-
&& sudo make uninstall && make clean && make && sudo make install
23+
&& sudo make uninstall -j4 && make clean && make -j4 && sudo make install -j4
2424

2525
# Build and install Livox-SDK2
2626
WORKDIR /home/$USERNAME
@@ -29,7 +29,7 @@ RUN cd Livox-SDK2 \
2929
&& mkdir build \
3030
&& cd build \
3131
&& cmake .. && make -j \
32-
&& sudo make install
32+
&& sudo make install -j4
3333

3434
COPY rosPkgs.list /tmp/rosPkgs.list
3535
RUN sudo apt-get update \

0 commit comments

Comments
 (0)