diff --git a/Dockerfile b/Dockerfile
index 795b6c1b2264634851c8b8f5ffbf846923ac5063..be425e680afed03415cbd10873e1fadbda052f71 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