# This is a Python 3 image that uses the nginx, gunicorn, flask stack # for serving inferences in a stable way. # image, which reduces start up time. RUN pip --no-cache-dir install numpy==1.16.2 ...