jina-ai / dev-gpt

Your Virtual Development Team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Created Doesn't Work For ARM Architecture

mertozlutiras opened this issue · comments

After the images are built, gives an error that 'Image created might not work for ARM architecture' and it actually doesn't work. Streamlit throws connection errors. How can we make the built microservice work for ARM architecture? Can we declare the architecture type in Docker file?

Thanks a lot for raising this issue. I will try to reproduce the issue on Monday when having access to an m1 computer.

I tried to have this as a workaround before starting to generate:
export DOCKER_DEFAULT_PLATFORM=linux/amd64

It doesn't work. But after I quite the generation, I can build the first version by just using:
docker build .

Thanks a lot for raising this issue. I will try to reproduce the issue on Monday when having access to an m1 computer.

Let me know if I can help in any way :)

@mertozlutiras @mertozlutiras-hyrd Hi, did this fix solve your issue?

For me it works on my macbook with M1 chip. Thanks a lot!

That is great news. Thanks for raising the issue