diff --git a/ai-service/Dockerfile b/ai-service/Dockerfile index 20a5c8b..e533ce6 100644 --- a/ai-service/Dockerfile +++ b/ai-service/Dockerfile @@ -3,13 +3,13 @@ FROM python:3.11-slim -# Dépendances système pour OpenCV +# Dépendances système pour OpenCV (compatibles Debian Bookworm) RUN apt-get update && apt-get install -y --no-install-recommends \ libglib2.0-0 \ libsm6 \ libxext6 \ - libxrender-dev \ - libgl1-mesa-glx \ + libxrender1 \ + libgl1 \ libgomp1 \ wget \ && rm -rf /var/lib/apt/lists/*