10BC0 Include libffi dependency by ARaviku · Pull Request #201 · MIT-SPARK/Kimera-VIO · GitHub
[go: up one dir, main page]

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Dockerfile
  • Loading branch information
ARaviku authored Jan 10, 2023
commit 1b590f27a2377739e056e282f5bc988c6a259925
800B
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y xvfb
RUN apt-get update && apt-get install -y libboost-all-dev
ADD https://api.github.com/repos/borglab/gtsam/git/refs/heads/master version.json
RUN git clone https://github.com/borglab/gtsam.git
RUN cd gtsam && git checkout 686e16aaae26c9a4f23d4af7f2d4a504125ec9c3
RUN cd gtsam && git checkout 6425000775da29c93719f37dce3f2de38a0064ec
RUN cd gtsam && \
git fetch && \
mkdir build && \
Expand Down
0