|
|
|
|
|
by gourneau
1434 days ago
|
|
I love my M1 for development, I have a work M1, and I like it so much I am getting M2 for person use. I had 2 main issues at first, but they are both resolved. One, if you want to use arm native Python conda now supports arm which is great. The second issue was docker, but it turns out that docker has qemu built in. here is an example of how to use x86 docker images on a M1 Mac. docker run -it --platform linux/amd64 ubuntu bash
|
|