From 1549d16d728704c02772db77018f388c300b3a5a Mon Sep 17 00:00:00 2001 From: Gowtham Date: Fri, 2 May 2025 14:58:00 +0200 Subject: [PATCH] Update docker-compose-cpu.yaml windows docker compose not working fix --- docker-compose-cpu.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docker-compose-cpu.yaml b/docker-compose-cpu.yaml index 4968dd8..1ed908d 100644 --- a/docker-compose-cpu.yaml +++ b/docker-compose-cpu.yaml @@ -28,17 +28,7 @@ services: condition: service_completed_successfully restart: unless-stopped command: > - -m /models/${ORPHEUS_MODEL_NAME} - --host 0.0.0.0 - --port 5006 - --ctx-size ${ORPHEUS_MAX_TOKENS} - --n-predict ${ORPHEUS_MAX_TOKENS} - --threads ${LLAMA_CPU_THREADS:-6} - --threads-batch ${LLAMA_CPU_THREADS:-6} - --rope-scaling linear - --no-mmap - --no-slots - --no-webui + "-m /models/${ORPHEUS_MODEL_NAME} --host 0.0.0.0 --port 5006 --ctx-size ${ORPHEUS_MAX_TOKENS} --n-predict ${ORPHEUS_MAX_TOKENS} --threads ${LLAMA_CPU_THREADS:-6} --threads-batch ${LLAMA_CPU_THREADS:-6} --rope-scaling linear --no-mmap --no-slots --no-webui" model-init: image: curlimages/curl:latest user: ${UID}:${GID}