https://github.com/pvinchon/faiss-docker
Dockerfile for Faiss
https://github.com/pvinchon/faiss-docker
docker faiss
Last synced: 6 months ago
JSON representation
Dockerfile for Faiss
- Host: GitHub
- URL: https://github.com/pvinchon/faiss-docker
- Owner: pvinchon
- License: unlicense
- Created: 2018-04-06T12:25:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T20:41:49.000Z (about 3 years ago)
- Last Synced: 2025-04-15T03:57:12.769Z (6 months ago)
- Topics: docker, faiss
- Language: Makefile
- Homepage:
- Size: 9.77 KB
- Stars: 10
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Faiss Docker
Dockerfile for [Faiss](https://github.com/facebookresearch/faiss).
## Getting started
Docker images are available on [Docker Hub](https://hub.docker.com/r/plippe/faiss-docker/).
```sh
docker build \
--tag plippe/faiss-docker:[FAISS_RELEASE] \
https://github.com/facebookresearch/faiss.git#v[FAISS_RELEASE]
```