FiddlersCode / leopold

A virtual agent for my violin playing!
1 stars 0 forks source link

Error when running Docker image on raspberry pi #13

Closed FiddlersCode closed 4 years ago

FiddlersCode commented 4 years ago

Getting the following error standard_init_linux.go:211 exec user process cuased "exec format errror"

seems this is likely because the Docker image originally built on the Mac has the wrong architecture for an ARM unit. A suggested fix is to re-build the image directly on the raspberry pi.