Cannot resolve numpy and other packages version dependency using Docker
I am trying to setup a Docker execution of a python code but numpy keeps giving dependecies issues with other package versions. Here is my Dockerfile (this one is using 2 stage execution but I have tried a single stage…