#!/bin/bash # Install core utils. pip3 install pipenv # Download Python libs. cd /app pipenv install --system --deploy --ignore-pipfile pip3 list # Download the punkt dataset for the thing. echo " import nltk nltk.download('punkt') " | python3