version: 0.2 phases: install: commands: - echo Entered the install phase... - pip install -r requirements.txt build: commands: - echo Entered the build phase... - echo Build started on `date` - make prod cache: paths: - '/root/.cache/pip/**/*'