Commit Graph

6 Commits (0412d761e5caad5a2fcdeeaad4ba252a5571477a)

Author SHA1 Message Date
Lucas Hosseini 5555ae7f88
Configure install paths in Dockerfile. (#772) 2019-04-07 23:22:43 +02:00
Lucas Hosseini 7f5b22b0ff
Add conda packages metadata + tests. (#769)
+ Add conda packages metadata (now building Faiss using conda's toolchain);
+ add Dockerfile for building conda packages (for all CUDA versions);
+ add working Dockerfile building faiss on Centos7;
+ simplify GPU build;
+ avoid falling back to CPU-only version (python);
+ simplify TravisCI config;
+ update INSTALL.md;
+ add configure flag for specifying target architectures (--with-cuda-arch);
+ fix Makefile for gpu tests;
+ fix various Makefile issues;
+ remove stale file (gpu/utils/DeviceUtils.cpp).
2019-04-05 11:50:39 +02:00
Arun-George-Zachariah b06cf4128d Upgrading pip in the Docker Container (#711) 2019-02-15 13:12:54 +01:00
Nathan Douglas a280791c83 updating dockerfile after PR #347. Added PYTHONPATH env var (#349) 2018-02-27 10:39:23 +01:00
Pierre Letessier 281683100a Docker improvements (#88)
* Docker build from local sources rather than Github cloned sources

* Update INSTALL instructions for docker build from Github repo

* Back to generic makefile.inc.Linux and use of env var in Dockerfile

* Back to generic makefile.inc.Linux and use of env var in Dockerfile
2017-04-19 10:22:25 +02:00
Pierre Letessier 1067735fba Add Dockerfile (#55)
* Add Dockerfile

* Update documentation with Docker build/run details
2017-03-23 18:25:27 +01:00