I built the docker image with
docker build --build-arg arch_version=${ARCH_VERSION} -t allrank .
sh scripts/run_example.sh
But I'm getting the error below if I run the run_example.sh. (I tried adding pandas and numpy in the requirements.txt no change)