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
5555ae7f
Unverified
Commit
5555ae7f
authored
Apr 07, 2019
by
Lucas Hosseini
Committed by
GitHub
Apr 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure install paths in Dockerfile. (#772)
parent
7f5b22b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Dockerfile
Dockerfile
+2
-3
No files found.
Dockerfile
View file @
5555ae7f
...
...
@@ -21,10 +21,9 @@ COPY . /opt/faiss
WORKDIR
/opt/faiss
# --with-cuda=/usr/local/cuda-8.0
RUN
./configure
--without-cuda
RUN
./configure
--
prefix
=
/usr
--libdir
=
/usr/lib64
--
without-cuda
RUN
make
-j
$(
nproc
)
RUN
make
-C
python
RUN
make
test
RUN
make
install
RUN
make
-C
demos demo_ivfpq_indexing
&&
\
LD_LIBRARY_PATH
=
/usr/local/lib:
$LD_LIBRARY_PATH
./demos/demo_ivfpq_indexing
RUN
make
-C
demos demo_ivfpq_indexing
&&
./demos/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