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