diff --git a/docker-compose.yml b/docker-compose.yml index 4561b34..0a318e9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,7 @@ services: - THREADS=2 # ajustez selon vos cores (léger par défaut) - CONTEXT_SIZE=1024 # contexte réduit pour tests - DEBUG=false + - DISABLE_DOWNLOAD=false command: ["--models-path", "/models", "--address", "0.0.0.0:8080"] healthcheck: test: ["CMD", "curl", "-fsS", "http://localhost:8080/v1/models"]