Skip to content

Commit

Permalink
Update Dockerfile download spacy model
Browse files Browse the repository at this point in the history
  • Loading branch information
MeikWimm authored Jun 30, 2024
1 parent 5023062 commit 2a1c644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN pip3 uninstall -y tira \
&& pip3 install tira

RUN pip3 install spacy
RUN python3 -m spacy download en_core_web_md

ADD . /app

0 comments on commit 2a1c644

Please sign in to comment.