neo4j-labs / llm-graph-builder

Neo4j graph construction from unstructured data using LLMs
https://neo4j.com/labs/genai-ecosystem/llm-graph-builder/
Apache License 2.0
2.2k stars 341 forks source link

Build failed with failed to solve: process "/bin/sh -c apt-get update #745

Closed naveen-420 closed 3 weeks ago

naveen-420 commented 1 month ago

I'm stuck on the docker compose command because of the blow errors after docker-compose up --build.

[llm-graph-builder-dev-backend 3/6] RUN apt-get update && apt-get install -y --no-install-recommends libgl1-mesa-glx libreoffice cmake poppler-utils tesseract-ocr && apt-get clean && rm -rf /var/lib/apt/lists/*:

0 0.244 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]

0 0.318 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]

0 0.329 Err:1 http://deb.debian.org/debian bookworm InRelease

0 0.329 At least one invalid signature was encountered.

0 0.345 Err:2 http://deb.debian.org/debian bookworm-updates InRelease

0 0.345 At least one invalid signature was encountered.

0 0.345 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]

0 0.378 Err:3 http://deb.debian.org/debian-security bookworm-security InRelease

0 0.378 At least one invalid signature was encountered.

0 0.380 Reading package lists...

0 0.386 W: GPG error: http://deb.debian.org/debian bookworm InRelease: At least one invalid signature was encountered.

0 0.386 E: The repository 'http://deb.debian.org/debian bookworm InRelease' is not signed.

0 0.386 W: GPG error: http://deb.debian.org/debian bookworm-updates InRelease: At least one invalid signature was encountered.

0 0.386 E: The repository 'http://deb.debian.org/debian bookworm-updates InRelease' is not signed.

0 0.386 W: GPG error: http://deb.debian.org/debian-security bookworm-security InRelease: At least one invalid signature was encountered.

0 0.386 E: The repository 'http://deb.debian.org/debian-security bookworm-security InRelease' is not signed.


failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends libgl1-mesa-glx libreoffice cmake poppler-utils tesseract-ocr && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100

kartikpersistent commented 1 month ago

@praveshkumar1988

naveen-420 commented 4 weeks ago

Anyone else facing the issue ? I tried with different branches, still facing the same issue. Looking for any suggestions or help. Thanks

praveshkumar1988 commented 3 weeks ago

No error, Build successful and running application image

naveen-420 commented 3 weeks ago

@praveshkumar1988 Can you please let me, which version of docker and llm-graph-builder you are using. Thanks

praveshkumar1988 commented 3 weeks ago

@naveen-420 Docker version 26.1.4-1 langchain-experimental Version: 0.0.62

llm-graph-builder is part of langchain-experimental library. Ran docker-compose command from DEV branch. I think all branch have same docker-compose.yml file

naveen-420 commented 3 weeks ago

Closing the issue as I'm able to run front-end and back-end separately