forked from open-webui/open-webui
fix: update Makefile and rename script for open-webui integration
This commit is contained in:
parent
7d0d504390
commit
a016171573
2 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -12,11 +12,12 @@ stop:
|
||||||
|
|
||||||
update:
|
update:
|
||||||
# Calls the LLM update script
|
# Calls the LLM update script
|
||||||
@./update_llm.sh
|
chmod +x update_ollama_models.sh
|
||||||
|
@./update_ollama_models.sh
|
||||||
@git pull
|
@git pull
|
||||||
@docker-compose down
|
@docker-compose down
|
||||||
# Make sure the ollama-webui container is stopped before rebuilding
|
# 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 up --build -d
|
||||||
@docker-compose start
|
@docker-compose start
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue