Skip to content

Commit 092fde4

Browse files
author
Joel W. King
committed
added logic to download stopwords for issue 5
1 parent 080bf8b commit 092fde4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ COPY . /prezo
2727
WORKDIR /prezo
2828
RUN pip install -r requirements.txt
2929
#
30+
# Install (download) stopwords
31+
#
32+
RUN echo 'import nltk; nltk.download("stopwords")' | python3
33+
#
3034
# The virtual environment is /opt/prezo
3135
#
3236
# The work directory is /prezo

0 commit comments

Comments
 (0)