plus rapide

This commit is contained in:
2026-02-24 17:34:01 +01:00
parent c710a007f8
commit 45f09ae7ff

View File

@ -17,7 +17,7 @@ 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 .