plus rapide

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

View File

@ -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"]
CMD ["python3.11", "server.py"]