Skip to content

Commit ced7180

Browse files
FLANN needs explicit installation of libraries.
flann-lib/flann#399
1 parent f39f02e commit ced7180

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)