allegro/allRank

RuntimeError Numpy not available

0xrushi opened this issue · 1 comments

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)
image

It looks like numpy 1.24.1 is needed

RUN python3 -m pip  install numpy==1.24.1 pandas torchvision==0.14.1 torch==1.13.1  --extra-index-url https://download.pytorch.org/whl/cpu