Skip to content

Commit c17dcee

Browse files
committed
ignore testing and examples for ceres
1 parent d064e3f commit c17dcee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

slam/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ RUN cd ./yaml-cpp-0.6.0/ \
192192

193193
RUN wget https://github.com/ceres-solver/ceres-solver/archive/refs/tags/2.1.0.tar.gz \
194194
&& export CC=gcc-9 && export CXX=g++-9 \
195-
&& tar zxf 2.1.0.tar.gz && mkdir ceres-bin && cd ceres-bin && cmake ../ceres-solver-2.1.0 \
196-
&& make -j8 && make install
195+
&& tar zxf 2.1.0.tar.gz && mkdir ceres-bin && cd ceres-bin\
196+
&& cmake ../ceres-solver-2.1.0 -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF\
197+
&& make -j8 && sudo make install
197198

198199
RUN pip3 install matplotlib --upgrade

0 commit comments

Comments
 (0)