Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.81 KB

NOTE.md

File metadata and controls

36 lines (28 loc) · 1.81 KB

Resource preparation for building docker image

The docker files here uses many Cpp library resources which are uploaded to oss service. You can refer to https://tugraph-db.readthedocs.io/zh_CN/latest/5.developer-manual/1.installation/3.docker-deployment.html for more details.

Most of them are the same as the original resource. However, some exceptional ones are carefully modified to accelerate the building process with these problems:

  • Download packages directly from some slow website in CMake files
  • Revise the cmake files to make it work

The pacakges revised from the original ones include,

  • GraphAr package
  • Geometry package

GraphAr Package

GraphAr has Apache arrow embedded, which downloads lots of 3rd-party packages during the building process. To accelerate the building process, take these steps: