infiniflow / ragflow

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

[Question]: how to solve dial tcp ...:443: i/o timeout error #1361

Open n3A87 opened 1 month ago

n3A87 commented 1 month ago

Describe your problem

when i run this

docker compose -f docker-compose-CN.yml up -d

i got this results image and i have set images like this

{  
  "registry-mirrors": ["https://hub-mirror.c.163.com", "https://registry.aliyuncs.com", "https://docker.mirrors.ustc.edu.cn"]  
}
lvhaha commented 1 month ago

the reason is you can't get the image required : there are no required image like 'infiniflow/ragflow'、‘ragflow-base’ on domestic mirror service.you can use docker_image_pusher push dockerpub image to your aliyun servcice. then set docker mirror service to your aliyun service alyun镜像库 then pull the image, and then run docker tag to rename the image xxxx,same as docker-compose-CN.yml confige 'ragflow image:xxxxx' and then run docker compose -f docker-compose-CN.yml up -d

n3A87 commented 1 month ago

the reason is you can't get the image required :原因是你无法获得所需的图像: there are no required image like 'infiniflow/ragflow'、‘ragflow-base’ on domestic mirror service.you can use docker_image_pusher push dockerpub image to your aliyun servcice.国内镜像服务中没有像'infiniflow/ragflow'、'ragflow-base'这样的镜像,你可以使用docker_image_pusher DockerPub镜像推送到你的阿里云服务中。 then set docker mirror service to your aliyun service然后将 docker 镜像服务设置为您的阿里云服务 alyun镜像库 then pull the image,然后拉出图像, and then run docker tag to rename the image xxxx,same as docker-compose-CN.yml confige 'ragflow image:xxxxx'然后运行 docker tag 重命名镜像 xxxx,与docker-compose-CN.yml配置 'ragflow image:xxxxx' 相同 and then run docker compose -f docker-compose-CN.yml up -d然后运行 docker compose -f docker-compose-CN.yml up -d

why i can't pull the image?😭 image

1010936691 commented 1 month ago

the reason is you can't get the image required :原因是你无法获得所需的图像: there are no required image like 'infiniflow/ragflow'、‘ragflow-base’ on domestic mirror service.you can use docker_image_pusher push dockerpub image to your aliyun servcice.国内镜像服务中没有像'infiniflow/ragflow'、'ragflow-base'这样的镜像,你可以使用docker_image_pusher DockerPub镜像推送到你的阿里云服务中。 then set docker mirror service to your aliyun service然后将 docker 镜像服务设置为您的阿里云服务 alyun镜像库 then pull the image,然后拉出图像, and then run docker tag to rename the image xxxx,same as docker-compose-CN.yml confige 'ragflow image:xxxxx'然后运行 docker tag 重命名镜像 xxxx,与docker-compose-CN.yml配置 'ragflow image:xxxxx' 相同 and then run docker compose -f docker-compose-CN.yml up -d然后运行 docker compose -f docker-compose-CN.yml up -d

why i can't pull the image?😭 image

me too

Seaver-Zhu commented 1 month ago

原因是你无法获得所需的图像:原因是你无法获得所需的图像: there are not required image like 'infiniflow/ragflow'、'ragflow-base' on domestic mirror service.you can use docker_image_pusher push DockerPub image to your aliyun servcice.国内镜像服务中没有像'infiniflow/ragflow'、'ragflow-base'这样的镜像,你可以使用docker_image_pusher DockerPub镜像推送到你的阿里云服务中。then set docker mirror service to your aliyun service然后将 docker 镜像服务设置为您的阿里云服务 alyun镜像库 then pull the image,然后拉出图像,然后运行 docker tag 重命名镜像 xxxx,与 docker-compose-CN.yml confige 'ragflow image:xxxxx'相同,然后运行 docker tag 重命名镜像 xxxx,与docker-compose-CN.yml配置 'ragflow image:xxxxx' 相同 然后运行 docker compose -f docker-compose-CN.yml up -d然后运行 docker compose -f docker-compose-CN.yml up -d

为什么我无法拉取图像? 😭image

我也是

可以参考一下https://ragflow.io/docs/dev/