[Bug]: Failed to build docker image
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Branch name
main
Commit ID
081f922ee61334f2f6895b01d3ed3ff5d3252b8e
Other environment information
No response
Actual behavior
Build docker failed with the error below:
=> ERROR [internal] load metadata for docker.io/infiniflow/ragflow-base:v2.0 2.6s
[internal] load metadata for docker.io/infiniflow/ragflow-base:v2.0:
failed to solve with frontend dockerfile.v0: failed to create LLB definition: docker.io/infiniflow/ragflow-base:v2.0: not found
Is there any spelling error the docker image name?
Expected behavior
Can build docker image successfully
Steps to reproduce
Download the latest code and try
docker build -t ragflow/ragflow:dev .
Additional information
No response
Although the error message is different, but the same command error.
I have the same error. I checked, and the version infiniflow/ragflow-base:v2.0 does not exist in the repository. I tried modifying the Dockerfile without success.
Fixed. Pull the image infiniflow/ragflow-base:v2.0