Hacker News new | ask | show | jobs
Ask HN: Data Science Workflows on Apple Silicon
2 points by microbass 1219 days ago
Now that the Apple Silicon ecosystem is maturing a bit, are there any good resources or advice for running the usual gamut of x86 Data Science (Python) tooling on ARM?

My team and I are finding it difficult to get a decent local workflow, without resorting to a an x86 box in the cloud.

Thanks!

2 comments

Have you looked at container based workflows? More people are building arm images now that docker buildx is more mature
Can you say a bit about what problems you're running into? I have my guesses but am wondering.