I am trying to create an image from the below docker file
FROM tensorflow/tensorflow:latest-py3 RUN pip install -q keras==2.3.1 RUN pip install pillow RUN m