From c26b2b8dbb55f5df853780cc7551f1191037ee7c Mon Sep 17 00:00:00 2001 From: nicoboy Date: Tue, 24 Feb 2026 17:34:01 +0100 Subject: [PATCH] plus rapide --- services/audio-api/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/audio-api/Dockerfile b/services/audio-api/Dockerfile index 3ee7436..3532bab 100644 --- a/services/audio-api/Dockerfile +++ b/services/audio-api/Dockerfile @@ -17,12 +17,12 @@ RUN pip3 install --no-cache-dir \ # 2. Installer le reste depuis le dépôt Python standard (PyPI) RUN pip3 install --no-cache-dir \ - fastapi uvicorn gradio - + fastapi uvicorn gradio faster-whisper + # Copie du code serveur COPY server.py . # Exposition du port pour la communication interne EXPOSE 7860 -CMD ["python3.11", "server.py"] \ No newline at end of file +CMD ["python3.11", "server.py"]