forked from open-webui/open-webui
Updated code comments to English.
This commit is contained in:
parent
6bc627bbfb
commit
7d0d504390
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -11,11 +11,11 @@ stop:
|
||||||
@docker-compose stop
|
@docker-compose stop
|
||||||
|
|
||||||
update:
|
update:
|
||||||
# Appelle le script de mise à jour des LLM
|
# Calls the LLM update script
|
||||||
@./update_llm.sh
|
@./update_llm.sh
|
||||||
@git pull
|
@git pull
|
||||||
@docker-compose down
|
@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 stop ollama-webui || true
|
||||||
@docker-compose up --build -d
|
@docker-compose up --build -d
|
||||||
@docker-compose start
|
@docker-compose start
|
||||||
|
|
Loading…
Reference in a new issue