Skip to content

Commit a280791

Browse files
nathandouglasmdouze
authored andcommitted
updating dockerfile after PR #347. Added PYTHONPATH env var (#349)
1 parent 4328b93 commit a280791

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ RUN mv example_makefiles/makefile.inc.Linux ./makefile.inc
1616

1717
RUN make tests/test_blas -j $(nproc) && \
1818
make -j $(nproc) && \
19-
make tests/demo_sift1M -j $(nproc)
20-
21-
RUN make py
19+
make demos/demo_sift1M -j $(nproc) && \
20+
make py
2221

2322
RUN cd gpu && \
2423
make -j $(nproc) && \
2524
make test/demo_ivfpq_indexing_gpu && \
2625
make py
2726

27+
ENV PYTHONPATH $PYTHONPATH:/opt/faiss
28+
2829
# RUN ./tests/test_blas && \
2930
# tests/demo_ivfpq_indexing
3031

0 commit comments

Comments
 (0)