Skip to content
Snippets Groups Projects
Unverified Commit 29b85229 authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad Committed by GitHub
Browse files

Update Dockerfile

parent 579294b4
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ RUN git clone --depth 1 --branch 'v19.24' https://github.com/davisking/dlib.git
# Build and install faiss. Needs to be build for ARM
WORKDIR /tmp/builds
RUN git clone --depth 1 --branch 'v1.7.2' https://github.com/facebookresearch/faiss.git && \
RUN git clone --depth 1 --branch 'v1.7.1' https://github.com/facebookresearch/faiss.git && \
cd faiss && \
cmake -B build . -DCMAKE_BUILD_TYPE=Release -DFAISS_ENABLE_GPU=OFF -DFAISS_ENABLE_PYTHON=ON -DFAISS_OPT_LEVEL=generic && \
make -C build -j4 faiss && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment