Commit a280791c authored by Nathan Douglas's avatar Nathan Douglas Committed by Matthijs Douze

updating dockerfile after PR #347. Added PYTHONPATH env var (#349)

parent 4328b933
......@@ -16,15 +16,16 @@ RUN mv example_makefiles/makefile.inc.Linux ./makefile.inc
RUN make tests/test_blas -j $(nproc) && \
make -j $(nproc) && \
make tests/demo_sift1M -j $(nproc)
RUN make py
make demos/demo_sift1M -j $(nproc) && \
make py
RUN cd gpu && \
make -j $(nproc) && \
make test/demo_ivfpq_indexing_gpu && \
make py
ENV PYTHONPATH $PYTHONPATH:/opt/faiss
# RUN ./tests/test_blas && \
# tests/demo_ivfpq_indexing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment