Skip to content

Commit

Permalink
Merge pull request #37 from keevindoherty/dockerfile-update
Browse files Browse the repository at this point in the history
Modify Dockerfile to build against correct GTSAM
  • Loading branch information
keevindoherty authored Feb 12, 2023
2 parents 291ea80 + dfc7800 commit b7f6229
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 b7f6229

Please sign in to comment.