HACKER Q&A
📣 microbass

Data Science Workflows on Apple Silicon


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!


  👤 verdverm Accepted Answer ✓
Have you looked at container based workflows? More people are building arm images now that docker buildx is more mature

👤 derbOac
Can you say a bit about what problems you're running into? I have my guesses but am wondering.