plus rapide
This commit is contained in:
@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user