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 fe9a2a6 commit b1e9303
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt install -y build-essential git cmake ninja-build \
libssl-dev libopencv-dev libboost-dev libboost-serialization-dev \
software-properties-common wget unzip \
libspdlog-dev libboost-date-time-dev libboost-log-dev libyaml-cpp-dev libsuitesparse-dev \
libcgal-dev qtbase5-dev qtbase5-dev-tools qt6-base-dev qt6-base-dev-tools
libcgal-dev qtbase5-dev qtbase5-dev-tools qt6-base-dev qt6-base-dev-tools \
libsqlite3-dev libgflags-dev libglew-dev

WORKDIR /app

Expand Down Expand Up @@ -47,3 +48,6 @@ RUN cd /app && git clone https://github.com/infr-ai/ORB_SLAM3.git && cd ORB_SLAM
RUN cd /app && git clone https://github.com/infr-ai/FBoW.git && cd FBoW && \
mkdir -p build && cd build && cmake .. && make -j && make install && cd /app

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

0 comments on commit b1e9303

Please sign in to comment.