Browse Source

Download punkt in the docker setup script.

master
Trey Del Bonis 2 years ago
parent
commit
b6a71c8359
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      docker-setup.sh

+ 6
- 0
docker-setup.sh View File

@@ -7,3 +7,9 @@ pip3 install pipenv
cd /app
pipenv install --system --deploy --ignore-pipfile
pip3 list

# Download the punkt dataset for the thing.
echo "
import nltk
nltk.download('punkt')
" | python3

Loading…
Cancel
Save