ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

Trying to run on Raspberry Pi #118

Open velascog opened 4 years ago

velascog commented 4 years ago

installed in raspbian (linux 10 buster like debian) and and all went OK until I run the script when it says:

standard_init_linux.go:211: exec user process caused "exec format error"

please help!

Thanks

ricklamers commented 4 years ago

Hi velascog, I'm guessing this has something to do with the Docker image assuming the x86-64-bit architecture. There's some pre-building going on when you run through the provided run.sh script, you could try to build all the Docker images involved from scratch. Then it should run on ARM raspbian as well. I could try this and report back sometime when I can make the time.

(Deleted your identical comment/issue on the closed issue thread #10.)