"docs/en_US/RELEASE.md" did not exist on "b38c043113ce0608bf5fa0f2d66ea9d7612e0136"
Unverified Commit 7d0d5043 authored by Patrice Gaudicheau's avatar Patrice Gaudicheau Committed by GitHub
Browse files

Updated code comments to English.

parent 6bc627bb
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment