Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
imwithye authored Jan 8, 2024
1 parent 0f5a0e5 commit e0feb6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ RUN cd /app && git clone --recursive https://github.com/infr-ai/FBoW.git && cd F
# stella_vslam
RUN cd /app && git clone --recursive https://github.com/infr-ai/stella_vslam.git && cd stella_vslam && \
mkdir -p build && cd build && cmake .. && make -j && make install && cd /app

# stella_vslam_examples
RUN cd /app && git clone --recursive https://github.com/infr-ai/stella_vslam_examples.git && cd stella_vslam_examples && \
mkdir -p build && cd build && cmake .. && make && cd /app

0 comments on commit e0feb6e

Please sign in to comment.