-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
Hey, |
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. |
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: |
No description provided.
The text was updated successfully, but these errors were encountered: