Hi I’ve been trying to run a docker container in a raspberry pi 4 with dash on it to deploy a little server and I was unable to run it due to the fact that python package for dash apparently install an already compiled version of numpy so the arm processor is unable to run the server when I tried to fire it up.
Does anybody has run into a similar issue and knows how to avoid it??
If not can someone shed some light into how to install dash and make sure I don’t have this problem??
I’m really interested in create several docker images for dash on arm. I think they can be useful for someone.