TuGraph-family / tugraph-db

TuGraph: A High Performance Graph Database.
https://tugraph.org
Apache License 2.0
1.44k stars 192 forks source link

Update Dockerfile to support FAISS static library #631

Closed PPPoint-t closed 3 months ago

PPPoint-t commented 3 months ago

This PR updates the Dockerfile to add support for the FAISS dynamic library.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

PPPoint-t commented 3 months ago

This PR updates the Dockerfile to add support for the FAISS dynamic library.

  • Modified the to include installation and configuration of the FAISS dynamic library.Dockerfile
  • Updated the to include the FAISS library path./usr/local/

Change the dependency mode to FAISS static library. Updated the download path.