From 3f83f5c4b0faffe243ac484391422a76dff64326 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 8 Apr 2025 22:28:21 +0200 Subject: [PATCH] Fix docker compose for gpu --- docker-compose.gpu.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.gpu.yaml b/docker-compose.gpu.yaml index 4c619e8..8b05434 100644 --- a/docker-compose.gpu.yaml +++ b/docker-compose.gpu.yaml @@ -18,6 +18,7 @@ services: environment: # Enable if you have a single GPU which don't fit all the models - LOCALAI_SINGLE_ACTIVE_BACKEND=true + - DEBUG=true healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/readyz"] interval: 10s @@ -25,8 +26,6 @@ services: retries: 20 ports: - 8081:8080 - environment: - - DEBUG=true volumes: - ./volumes/models:/build/models:cached - ./volumes/images:/tmp/generated/images