Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
faiss
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
faiss
Commits
a280791c
Commit
a280791c
authored
Feb 27, 2018
by
Nathan Douglas
Committed by
Matthijs Douze
Feb 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating dockerfile after PR #347. Added PYTHONPATH env var (#349)
parent
4328b933
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Dockerfile
Dockerfile
+4
-3
No files found.
Dockerfile
View file @
a280791c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment