File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/smart-wheelchair-rrc/humble:dev5.0.5
1+ FROM ghcr.io/smart-wheelchair-rrc/humble:dev5.0.6
22
33ARG USERNAME=container_user
44
@@ -21,7 +21,7 @@ RUN sudo mkdir -p /etc/udev/rules.d && \
2121 ./scripts/patch-realsense-ubuntu-lts-hwe.sh
2222RUN 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
2727WORKDIR /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
3535COPY rosPkgs.list /tmp/rosPkgs.list
3636RUN sudo apt-get update \
File renamed without changes.
Original file line number Diff line number Diff line change 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
33ARG USERNAME=container_user
44
@@ -20,7 +20,7 @@ RUN sudo mkdir -p /etc/udev/rules.d && \
2020 ./scripts/patch-realsense-ubuntu-lts-hwe.sh
2121RUN 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
2626WORKDIR /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
3434COPY rosPkgs.list /tmp/rosPkgs.list
3535RUN sudo apt-get update \
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 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
33ARG USERNAME=container_user
44
@@ -20,7 +20,7 @@ RUN sudo mkdir -p /etc/udev/rules.d && \
2020 ./scripts/patch-realsense-ubuntu-lts-hwe.sh
2121RUN 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
2626WORKDIR /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
3434COPY rosPkgs.list /tmp/rosPkgs.list
3535RUN sudo apt-get update \
You can’t perform that action at this time.
0 commit comments