Hi Gorka, since I built the Docker container on x86, it contains
some x86-specific code that won't execute on ARM.
I recommend:
1. Try to build the Docker container from scratch, which will require
re-building the base opencv-dlib-torch image. If you don't change the base
image you're still pulling in compiled x86 code.
First build:
Then change the FROM to that container and build:
2. Build the dependencies from scratch for ARM, not using Docker.
-Brandon.