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

Update Dockerfile to include Faiss library #825

Merged
merged 10 commits into from
Dec 20, 2024

Conversation

PPPoint-t
Copy link
Contributor

Modify Dockerfile to support faiss

@ljcui
Copy link
Collaborator

ljcui commented Dec 19, 2024

在centos7的编译环境下,ldd 下 lgraph_server ,贴下依赖了哪些动态库。

@PPPoint-t
Copy link
Contributor Author

在centos7的编译环境下,ldd 下 lgraph_server ,贴下依赖了哪些动态库。
centos7环境下动态库依赖:
linux-vdso.so.1 => (0x00007fff30b63000)
libvsag.so => /usr/local/lib/libvsag.so (0x00007fa75228b000)
liblgraph.so => /usr/local/lib/liblgraph.so (0x00007fa74fea1000)
libpthread.so.0 => /usr/local/lib/libpthread.so.0 (0x00007fa74fc85000)
librt.so.1 => /usr/local/lib/librt.so.1 (0x00007fa74fa7d000)
libz.so.1 => /usr/local/lib/libz.so.1 (0x00007fa74f867000)
libdl.so.2 => /usr/local/lib/libdl.so.2 (0x00007fa74f663000)
libm.so.6 => /usr/local/lib/libm.so.6 (0x00007fa74f361000)
libc.so.6 => /usr/local/lib/libc.so.6 (0x00007fa74ef93000)
/lib64/ld-linux-x86-64.so.2 (0x00007fa752d83000)
libgomp.so.1 => /usr/local/lib/libgomp.so.1 (0x00007fa74ed67000)
libgfortran.so.5 => /usr/local/lib/libgfortran.so.5 (0x00007fa74e8ef000)
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 (0x00007fa74e6d7000)
libquadmath.so.0 => /usr/local/lib/libquadmath.so.0 (0x00007fa74e497000)

@ljcui ljcui merged commit 5a22d93 into TuGraph-family:master Dec 20, 2024
2 of 5 checks passed
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

Successfully merging this pull request may close these issues.

4 participants