plus rapide

This commit is contained in:
2026-02-24 17:34:01 +01:00
parent 3058446b7d
commit c26b2b8dbb

View File

@ -17,7 +17,7 @@ RUN pip3 install --no-cache-dir \
# 2. Installer le reste depuis le dépôt Python standard (PyPI) # 2. Installer le reste depuis le dépôt Python standard (PyPI)
RUN pip3 install --no-cache-dir \ RUN pip3 install --no-cache-dir \
fastapi uvicorn gradio fastapi uvicorn gradio faster-whisper
# Copie du code serveur # Copie du code serveur
COPY server.py . COPY server.py .