From 7d0d504390c55f09aa31dc6ba555dc8497aab0bb Mon Sep 17 00:00:00 2001 From: Patrice Gaudicheau <61966507+Patrice-Gaudicheau@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:53:47 +0100 Subject: [PATCH] Updated code comments to English. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f8df0ef4..49736e60 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,11 @@ stop: @docker-compose stop update: - # Appelle le script de mise à jour des LLM + # Calls the LLM update script @./update_llm.sh @git pull @docker-compose down - # Assure-toi que le conteneur ollama-webui est arrêté avant de reconstruire + # Make sure the ollama-webui container is stopped before rebuilding @docker stop ollama-webui || true @docker-compose up --build -d @docker-compose start