Skip to content

Commit

Permalink
ignore testing and examples for ceres
Browse files Browse the repository at this point in the history
  • Loading branch information
tccoin committed Sep 30, 2023
1 parent d064e3f commit c17dcee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions slam/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ RUN cd ./yaml-cpp-0.6.0/ \

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

RUN pip3 install matplotlib --upgrade

0 comments on commit c17dcee

Please sign in to comment.