-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in building docker image #2192
Comments
Hello @chuasonglin1995! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor! |
Seems like a memory issue that I have? |
Maybe because is the Docker engine on Apple silicon Try this |
hey @AIFlowML thanks for replying. Im not sure why I cannot see the message. Could you copy the relevant msg for me? 🙏 |
|
Thanks @tcm390. Works now. I was missing that Virtual Machine - Docker VMM option. |
Describe the bug
I cannot seem to build the docker image. This is the command that I run
docker buildx build --platform=linux/amd64 -t {username}/eliza-v0 .
This is the error logs that I get
To Reproduce
I am using M1 Macbook. I ran this command below
docker buildx build --platform=linux/amd64 -t {username}/eliza-v0 .
Expected behavior
Should be able to build my docker image
The text was updated successfully, but these errors were encountered: