But there is an error using this command mentioned in the setup:
”docker build --build-arg LIGHTEN=1 -f Dockerfile -t infiniflow/ragflow:nightly-slim .”(4th command under the “Build a docker image“ tag)
What is your Docker Desktop verison and macOS verison?
The executable should be here on Mac:
/usr/local/bin/docker-credential-desktop
You can check the folder if ther eis anything Docker Related or even this file with wrong permissions (not executable)
You can share the output of this command:
ls -la /usr/local/bin/ | grep docker
Maybe you need to reinstall Docker Desktop if something happened during the installation.
PS:: It would be much better if you could share texts in code blocks instead of screenshots of texts. Here is our formatting guide: How to format your forum posts
Thanks @rimelek for the reply, it was because I have not downloaded linux distribution. I have installed unixodbc and reconfigured the nano ~/.docker/config.json file. It worked.
I may still get many error in developing using docker. It would be a big help I could get guidance from u guys…Thanks for the fast reply though!!!…
Just make sure you give a good descriptive title to your question when you open a topic and describe the issue as well as you can and we will happy to help if we can. I had to move your original question to this new topic because it was not related to the existing topic. Posting to an unrelated topic also lowers the chance of getting help.