Skip to content

Commit

Permalink
Modify Dockerfile to build against correct GTSAM
Browse files Browse the repository at this point in the history
  • Loading branch information
keevindoherty authored Feb 11, 2023
1 parent 291ea80 commit dfc7800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get -y update && apt-get -y install libboost-all-dev libtbb-dev
# Build and install GTSAM
RUN git clone https://github.com/borglab/gtsam.git && \
cd gtsam && \
git checkout caa14bc && \
git checkout 4.2a8 && \
cd .. && \
mkdir gtsam/build && cd gtsam/build && \
cmake .. && make -j8 install
Expand Down

0 comments on commit dfc7800

Please sign in to comment.