Sign inSign up

nobodyxu/faiss

By nobodyxu

Updated about 6 years ago

Docker image for facebookresearch/faiss

Image
0

1.3K

nobodyxu/faiss repository overview

faiss-docker

Docker Cloud Automated build Docker Cloud Build Status

MicroBadger Size (tag)

Docker image for facebookresearch/faiss

Pull from Docker Hub

# For latest build
docker pull nobodyxu/faiss:latest
# For latest build with src
docker pull nobodyxu/faiss:latest-with-src

# For specific build, e.g. v1.5.2
docker pull nobodyxu/faiss:v1.5.2
# For specific build with src, e.g. v1.5.2 build
docker pull nobodyxu/faiss:v1.5.2-with-src
  • To check whether specific release is available, visit nobodyxu/faiss/tags. If it is not available, you can build it yourself or open a ticket if you really needs it available on docker hub.
  • For podman user, replace docker here with podman.

Build

git clone --depth 1 https://github.com/NobodyXu/faiss-docker

# For latest build
docker build --target release -t faiss:latest path/to/repo
# For latest build with src
docker build --target with-src -t faiss:latest-with-src path/to/repo
  • To build for specific release, pass --build-arg branch=faiss-release.
  • If you want to build faiss with gcc toolchain, pass --build-arg toolchain=gcc to docker.
  • For podman user, replace docker here with podman.

Tag summary

Content type

Image

Digest

Size

2.4 GB

Last updated

about 6 years ago

docker pull nobodyxu/faiss