j-juric

Results 2 comments of j-juric

Hi @GezimSejdiu I am also having trouble with this. I did add numpy to requirements.txt yet upon starting the container while the numpy module is being installed I'm getting this...

I was able to install numpy by adding this line in my dockerfile. `RUN apk add --no-cache py3-numpy`