From d1783291aa2893c6fa7443daeaffc7cd70b8e4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com> Date: Thu, 12 Jan 2023 03:11:38 +0100 Subject: [PATCH] Add worker for pipeline --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 795b6c1..be425e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,13 +15,13 @@ ADD new_datasets/ new_datasets/ RUN ls -l -RUN poetry config virtualenvs.create false --local +#RUN #poetry config virtualenvs.create false --local RUN poetry install RUN poetry run python -m spacy download de_core_news_lg RUN poetry run python -m spacy download pl_core_news_lg -RUN poetry run python -m spacy download en_core_news_lg +RUN poetry run python -m spacy download en_core_web_lg RUN poetry run python -m spacy download it_core_news_lg RUN poetry run python -m spacy download nl_core_news_lg RUN poetry run python -m spacy download sp_core_news_lg -- GitLab