This commit is contained in:
2026-02-24 18:09:54 +01:00
parent 2ebb89f113
commit f0730389e0

View File

@ -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: