Skip to content

Commit

Permalink
Update Dockerfile to download spacy model
Browse files Browse the repository at this point in the history
  • Loading branch information
MeikWimm authored Jun 29, 2024
1 parent ff3ac01 commit 4285055
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 4285055

Please sign in to comment.