Open hasangh20202 opened 1 year ago
Hi! Don't know what the error exactly is but here's the output from GPT-4:
The error you're encountering, Karim, is related to Docker's buildkit. It seems like the buildkit is unable to initialize properly. Here are a few possible causes:
Issue with BuildKit: There might be some issue with the version of BuildKit you are using. You might need to upgrade or downgrade your version.
Missing containerd socket: The log mentions that /run/containerd/containerd.sock does not exist. If you're running this in a Docker container, you may need to ensure that the containerd socket is properly mounted to the container.
Network settings: The log states using host network as the default, which means it's using the host's network, not a user-defined network. If your configuration requires a specific network, this could be causing the issue.
Worker issues: The log also mentions that currently, only the default worker can be used. This could indicate that there is an issue with how the workers are being initialized or used.
To pinpoint the exact issue, I would suggest you to:
Remember to backup your data or code before making any major changes.
Hello, I found a temporary workaround to build the chatbot by using an older version of docker. Try this: snap info docker (this will give you the available revisions) sudo snap refresh --revision=2746 docker (using revision 2746)
Building 18.0s (1/1) FINISHED => ERROR [internal] booting buildkit 18.0s => => pulling image moby/buildkit:buildx-stable-1 2.5s => => creating container buildx_buildkit_default 15.5s