FROM python:3.5 COPY my_code/ /src RUN pip install my_requirements
FROM python:3.5 RUN pip install my_requirements COPY my_code/ /src
Demonstrate your proficiency to design, build and manage solutions on Google Cloud Platform.