Python script with numpy in dockerfile on Raspberry PI – libf77blas.so.3 error
I want to run a Docker container on my Raspberry PI 2 with a Python script that uses numpy. For this I have the following Dockerfile: FROM python:3.7 COPY numpy_script.py / RUN pip install numpy CMD […