nosegm
This commit is contained in:
@@ -11,9 +11,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget gcc libffi
|
||||
# Install Python dependencies including redis with hiredis support
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Download and install the Russian language model
|
||||
RUN python -m spacy download ru_core_news_md
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 8080
|
||||
|
Reference in New Issue
Block a user