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