ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Bug]: docker run failed

Open 664566173 opened this issue 10 months ago • 1 comments

Is there an existing issue for the same bug?

  • [x] I have checked the existing issues.

RAGFlow workspace code commit ID

a4f9aa2

RAGFlow image version

nightly

Other environment information

Macbook Pro M1
MacOS 15.3
Memory: 16G

Actual behavior

docker compose -f docker-compose-macos.yml up -d
WARN[0000] The "HF_ENDPOINT" variable is not set. Defaulting to a blank string.
[+] Building 30.2s (5/5) FINISHED                                                                                                                                     docker:desktop-linux
 => [ragflow internal] load build definition from Dockerfile                                                                                                                          0.0s
 => => transferring dockerfile: 8.49kB                                                                                                                                                0.0s
 => ERROR [ragflow internal] load metadata for docker.io/infiniflow/ragflow_deps:latest                                                                                              30.1s
 => ERROR [ragflow internal] load metadata for docker.io/library/ubuntu:22.04                                                                                                        30.1s
 => [ragflow auth] library/ubuntu:pull token for registry-1.docker.io                                                                                                                 0.0s
 => [ragflow auth] infiniflow/ragflow_deps:pull token for registry-1.docker.io                                                                                                        0.0s
------
 > [ragflow internal] load metadata for docker.io/infiniflow/ragflow_deps:latest:
------
------
 > [ragflow internal] load metadata for docker.io/library/ubuntu:22.04:
------
failed to solve: DeadlineExceeded: DeadlineExceeded: DeadlineExceeded: infiniflow/ragflow_deps:latest: failed to resolve source metadata for docker.io/infiniflow/ragflow_deps:latest: failed to authorize: DeadlineExceeded: failed to fetch oauth token: Post "https://auth.docker.io/token": dial tcp 108.160.169.174:443: i/o timeout

Expected behavior

No response

Steps to reproduce

cd docker
docker compose -f docker-compose-macos.yml up -d

Additional information

No response

664566173 avatar Feb 20 '25 02:02 664566173

Please refer to #5010 and this

KevinHuSh avatar Feb 20 '25 05:02 KevinHuSh