This commit is contained in:
2024-09-29 09:55:58 +03:00
parent 22ed5f6335
commit 338f8584db
3 changed files with 4 additions and 17 deletions

View File

@@ -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