ARG FROM_IMAGE_NAME=ascend-mindspore-arm:20.1.0 FROM ${FROM_IMAGE_NAME} COPY requirements.txt . RUN pip3.7 install -r requirements.txt