infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
16.44k stars 1.68k forks source link

[Bug]: Error when building docker images from source #1359

Open NBQian opened 2 months ago

NBQian commented 2 months ago

Is there an existing issue for the same bug?

Branch name

main

Commit ID

745e98e56a802583756e61ccdb679e7e723f0eef

Other environment information

No response

Actual behavior

After running the command docker build -t infiniflow/ragflow:dev ., I get the following error:

image

Expected behavior

No response

Steps to reproduce

`docker build -t infiniflow/ragflow:dev .`

Additional information

No response

400yk commented 2 months ago

same problem here, any solutions?

KevinHuSh commented 2 months ago

Fixed. Pull the latest code.