MetaGPT
MetaGPT copied to clipboard
Docker support for MacOS
After installing docker image on Mac M2, docker-desktop app shows compatibility issues with AMD64 image.
Does provided docker image work on Mac with ARM processors, and is there some change I need to make to fix this?
I've tried to run docker build -t metagpt:custom .
but it doesn't work - it's failing to install lib psutil
. My docker knowledge is not sufficient to further debug this.