From 14e540a8bc4ff25518dbd1a83d63763d6a5ebff6 Mon Sep 17 00:00:00 2001 From: Nacim Date: Mon, 23 Jun 2025 10:39:26 +0200 Subject: [PATCH] Update Dockerfile.analyzer --- Dockerfile.analyzer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.analyzer b/Dockerfile.analyzer index a22a9a5..234168d 100644 --- a/Dockerfile.analyzer +++ b/Dockerfile.analyzer @@ -10,7 +10,7 @@ RUN pip install --no-cache-dir \ https://github.com/explosion/spacy-models/releases/download/fr_core_news_sm-3.7.0/fr_core_news_sm-3.7.0-py3-none-any.whl # Configuration pour supporter le français -RUN echo 'nlp_engine_name: spacy\nmodels:\n - lang_code: en\n model_name: en_core_web_lg\n - lang_code: fr\n model_name: fr_core_news_sm' > /usr/bin/presidio-analyzer/presidio_analyzer/conf/default.yaml +COPY default.yaml /usr/bin/presidio-analyzer/presidio_analyzer/conf/default.yaml # Installer les dépendances supplémentaires COPY requirements.txt /tmp/