Skip to content

Commit

Permalink
Merge pull request #5 from tira-io/julian_branch
Browse files Browse the repository at this point in the history
add nltk download to dockerfile
  • Loading branch information
itsmejul authored Jun 27, 2024
2 parents cefd91b + b3fca06 commit 692a23a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ RUN pip3 uninstall -y tira \
&& pip install openai \
&& pip install nltk \
&& pip install pandas

RUN [ "python3", "-c", "import nltk; nltk.download('stopwords', download_dir='/usr/local/nltk_data')" ]

ADD . /app

0 comments on commit 692a23a

Please sign in to comment.