-
Notifications
You must be signed in to change notification settings - Fork 137
e2bdev/code-interpreter:latest can't be pulled on macs with m chips #58
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
Comments
hey @fazpu , I'm running M-series mac and I can't reproduce it. The pulling works for me fine. Do you have any more error messages/info? |
I don't have much more. I've never seen this error before. After a bit of search - is it possible it that the |
correction - I'm actually on M1 chip. Not sure if it makes difference. |
Yes. Check out how we're doing it in our CLI when we communicate with Docker - https://github.com./e2b-dev/E2B/blob/main/packages/cli/src/commands/template/build.ts#L354 |
Could you explain why you're downloading the image to your Mac? It's meant for building a template, not for standalone use, so some features might not work properly |
I was just trying to follow the instructions in https://e2b.dev/docs/quickstart/install-custom-packages to build a template. I got an error. I believed (possibly wrongly) that it was related to the image => I tried to pull the image and found out I couldn't => made this issue. Today, I was able to build the template. So my root issue was solved. Feel free to close the issue. Thanks |
Hi!
Getting this on my Mac M2 when pulling
e2bdev/code-interpreter:latest
:The
e2bdev/code-interpreter:python-3.12.8
pull works fineThe text was updated successfully, but these errors were encountered: