Skip to content

Commit

Permalink
FLANN needs explicit installation of libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
frostida04 committed Mar 7, 2019
1 parent 71f7ba7 commit 3e39599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/Dockerfile.flann
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ann-benchmarks

RUN apt-get update && apt-get install -y cmake
RUN apt-get update && apt-get install -y cmake pkg-config liblz4-dev
RUN git clone https://github.com/mariusmuja/flann
RUN mkdir flann/build
RUN cd flann/build && cmake ..
Expand Down

0 comments on commit 3e39599

Please sign in to comment.