An open API service indexing awesome lists of open source software.

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

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]
```