Skip to content
Snippets Groups Projects
Commit d1783291 authored by Marcin Wątroba's avatar Marcin Wątroba
Browse files

Add worker for pipeline

parent ddb97310
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment