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"]