[Question]: Ragflow_deps error from docker
Describe your problem
I am using the
docker pull infiniflow/ragflow_deps
but it turns out
Error response from daemon: failed commit on ref "unknown-sha256:97e73e868894ec644547587e78e4e0b529600603f844dbf9e2b6c68e772d85ba": commit failed: "unknown-sha256:97e73e868894ec644547587e78e4e0b529600603f844dbf9e2b6c68e772d85ba" failed size validation: 2031 != 1553: failed precondition
Is the image broken ?
The image is good. It's very likely an issue of your network.
I got the same error.
ERROR: failed to solve: infiniflow/ragflow_deps:latest: failed to resolve source metadata for docker.io/infiniflow/ragflow_deps:latest: failed commit on ref "unknown-sha256:8a3dba8d4e81542aafa1979b2d6cba493182389cc6ee4565afbc55308e2762f1": commit failed: "unknown-sha256:8a3dba8d4e81542aafa1979b2d6cba493182389cc6ee4565afbc55308e2762f1" failed size validation: 7658 != 7335: failed precondition
I also can't pull it down my pc
this image only support linux/amd64. see: https://hub.docker.com/r/infiniflow/ragflow_deps/tags
On macOS, you should use this command to pull image: docker pull --platform=linux/amd64 infiniflow/ragflow_deps