# A image for building paddle binaries# Use cuda devel base image for both cpu and gpu environmentFROM python:2.7.14-stretchENV HOME /root# Add bash enhancementsCOPY ./ /root/WORKDIR /rootRUN pip install-r /root/requirements.txtENTRYPOINT ["python", "cluster_master.py"]