Kaynağa Gözat

Download punkt in the docker setup script.

master
Trey Del Bonis 2 yıl önce
ebeveyn
işleme
b6a71c8359
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6
    0
      docker-setup.sh

+ 6
- 0
docker-setup.sh Dosyayı Görüntüle

@@ -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…
İptal
Kaydet