This commit is contained in:
2026-02-24 18:09:54 +01:00
parent e80b0af5ab
commit 14853463de

View File

@ -59,8 +59,10 @@ services:
context: ./services/audio-api context: ./services/audio-api
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: audio-api container_name: audio-api
# On retire le pip install d'ici car il est déjà dans le Dockerfile # --- LES DEUX LIGNES CRUCIALES ICI ---
command: python3.11 server.py entrypoint: ["python3.11", "server.py"]
command: []
# -------------------------------------
environment: environment:
- NVIDIA_VISIBLE_DEVICES=all - NVIDIA_VISIBLE_DEVICES=all
volumes: volumes: