You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to set up Deeplabcut on my jetson nano to train a model to predict pupil size.
When running this command: docker image build -t dlc_username/dlcdocker .
I get this error. standard_init_linux.go:211: exec user process caused "exec format error"
It seems that the docker only exists for architecture x86_64 and since the jetson nano is in aarch64, it cannot build the image. Is it possible to have a version for aarch64?