Skip to content

Commit

Permalink
add nltk stopwords download
Browse files Browse the repository at this point in the history
  • Loading branch information
nitwhiz committed Sep 6, 2023
1 parent f393b05 commit 24b9696
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recommender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ COPY ./requirements.txt /app

# install dependencies
RUN pip install -r /app/requirements.txt

# install stopwords
RUN python -m nltk.downloader stopwords

0 comments on commit 24b9696

Please sign in to comment.