Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 925 Bytes

File metadata and controls

32 lines (20 loc) · 925 Bytes

Docker Image Setup

Installing GAIA Attachments

If you intend to evaluate Knowledge Graph of Thoughts with the GAIA benchmark, please update the Python Docker image with the GAIA attachments. You find the respective instructions here.

Steps to Run

docker compose up

# detached version
docker compose up -d

This will build and start:

  • Neo4j Docker image
  • Python Docker image

If you want to start them separately, please refer to the respective READMEs:

Rebuilding Images

If you modify the setup of the images, such as mounting new datasets as attachments for Docker instances to access or updating the code within the Python code executor, you may want to force a rebuild of the containers without using the cache:

docker compose build --no-cache