infiniflow / ragflow

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

[Question]: Encountered Unexpected EOF while pulling docker #2607

Open gongyuanze111 opened 1 month ago

gongyuanze111 commented 1 month ago

Describe your problem

I am currently stuck in step docker pull infiniflow/ragflow:dev or docker compose -f docker-compose-CN.yml up -d below is the image I failed to extract: fb395f539ec6: Extracting [==> ] 28.41MB/521.3MB unexpected EOF I tried several other versions, the result is unchanged. How do I know where is the problem and how do I solve it.

gongyuanze111 commented 1 month ago

My disk currently has more than 100GB, and Internet is stable.

yuzhichang commented 1 month ago

infiniflow/ragflow:dev is so big that it's very likely to fail if you are using a proxy. And docker doesn't cache any layer at such case. So later try will also be very likely to fail.

We provide two images:

Please try infiniflow/ragflow:dev-slim.