Skip to content

Commit e55d63a

Browse files
author
usafzai
committed
FLANN needs explicit installation of libraries.
flann-lib/flann#399
1 parent e983c07 commit e55d63a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/Dockerfile.flann

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ann-benchmarks
22

3-
RUN apt-get update && apt-get install -y cmake
3+
RUN apt-get update && apt-get install -y cmake pkg-config liblz4-dev
44
RUN git clone https://github.com/mariusmuja/flann
55
RUN mkdir flann/build
66
RUN cd flann/build && cmake ..

0 commit comments

Comments
 (0)