I have even tried installing numpy 1.21.2 which is the version for python 3.10 and it still fails. To make sure my Anaconda setup is correct, I went through a re-install of my previous environment for ...
Hi, I use the following dockerfile to create a docker image. FROM amazonlinux:2 USER root ENV HOME="/root" WORKDIR / ENTRYPOINT [] CMD ["/bin/bash"] # Install ...