Skip to content

Commit

Permalink
add nltk_data dir to /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed Mar 11, 2024
1 parent bc29ee8 commit b424526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN poetry config virtualenvs.create false && \
RUN apt update && apt install libmagic1 -y
RUN poetry add python-magic

RUN mkdir /tmp/nltk_data

COPY . .

EXPOSE 8000
Expand Down

0 comments on commit b424526

Please sign in to comment.