Skip to content

Commit

Permalink
fix Pydantic dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Oct 29, 2023
1 parent 19a07ef commit bbe5a18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions front_end/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN python -c 'import io; from tika import parser; parser.from_buffer(io.BytesIO
RUN python -m spacy download en_core_web_sm
# Make sure NLTK stopwords are downloaded
RUN python -c 'import nltk; nltk.download("stopwords")'
# Fix dependency conflict
RUN pip install pydantic==1.10.9

# Copy application code to the image
COPY . /app/
Expand Down

0 comments on commit bbe5a18

Please sign in to comment.