#!/bin/sh set -e apt-get update && apt-get install -y python3 python3-pip if [ -f requirements.txt ]; then pip3 install -r requirements.txt fi