Commit a0161715 authored by Patrice-Gaudicheau's avatar Patrice-Gaudicheau
Browse files

fix: update Makefile and rename script for open-webui integration

parent 7d0d5043
......@@ -12,11 +12,12 @@ stop:
update:
# Calls the LLM update script
@./update_llm.sh
chmod +x update_ollama_models.sh
@./update_ollama_models.sh
@git pull
@docker-compose down
# Make sure the ollama-webui container is stopped before rebuilding
@docker stop ollama-webui || true
@docker stop open-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