Skip to content

Commit

Permalink
# ZEEGUU_DATA is needed for the install_stanza_models
Browse files Browse the repository at this point in the history
  • Loading branch information
mircealungu committed Feb 10, 2025
1 parent af3a1af commit 84e652a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ WORKDIR /Zeeguu-API

RUN python -m pip install -r requirements.txt
RUN python setup.py develop

# ZEEGUU_DATA is needed for the install_stanza_models
ENV ZEEGUU_DATA=/zeeguu-data
RUN python install_stanza_models.py

# Copy the rest of the files
Expand Down

0 comments on commit 84e652a

Please sign in to comment.