Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker doesn't work #7

Open
ghost opened this issue Mar 18, 2022 · 3 comments
Open

docker doesn't work #7

ghost opened this issue Mar 18, 2022 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 18, 2022

No description provided.

@DevSinghSachan
Copy link
Owner

Hey,
Could you paste the issue log here so that I can see it.

@ghost
Copy link
Author

ghost commented Mar 21, 2022

Yeah, sorry for the late reply! The error is related to swig telling me there's no -doxygen flag.

[ 77%] Swig compile swigfaiss.swig for python
swig error : Unrecognized option -doxygen
Use 'swig -help' for available options.

@DevSinghSachan
Copy link
Owner

Sorry for the late reply.

Looks like there is an error related to the FAISS installation. If you can find some other way to install FAISS, such as pip or conda, that should also work.

I had to install FAISS in this manner because, when I was doing experiments, FAISS binaries were not available for A100 GPUs. Hence, I had to manually compile them. But, now the situation might have changed.

More recently, installing from conda forge might work well:
https://github.com/facebookresearch/faiss/blob/main/INSTALL.md#installing-from-conda-forge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant