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 ...
I've read some people solved it by downgrading their python version, I would like to find a solution that does not resort to that.