Skip to content

Commit

Permalink
updating dockerfile after PR #347. Added PYTHONPATH env var (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandouglas authored and mdouze committed Feb 27, 2018
1 parent 4328b93 commit a280791
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a280791

Please sign in to comment.