From 24918bcb0a39347fc38834c3fb01633b2d902904 Mon Sep 17 00:00:00 2001 From: Nacim Date: Mon, 16 Jun 2025 04:21:23 +0200 Subject: [PATCH] Update Dockerfile.analyzer --- Dockerfile.analyzer | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile.analyzer b/Dockerfile.analyzer index 1bce397..585f7f9 100644 --- a/Dockerfile.analyzer +++ b/Dockerfile.analyzer @@ -9,9 +9,6 @@ RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* 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 -# Copier LES DEUX fichiers de configuration -COPY ./presidio_config/conf/default.yaml /usr/bin/presidio-analyzer/presidio_analyzer/conf/default.yaml -COPY ./presidio_config/conf/default_analyzer.yaml /usr/bin/presidio-analyzer/presidio_analyzer/conf/default_analyzer.yaml # Installer les dépendances supplémentaires COPY requirements.txt /tmp/