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