Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
a0161715
Commit
a0161715
authored
Feb 24, 2024
by
Patrice-Gaudicheau
Browse files
fix: update Makefile and rename script for open-webui integration
parent
7d0d5043
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+3
-2
update_ollama_models.sh
update_ollama_models.sh
+0
-0
No files found.
Makefile
View file @
a0161715
...
@@ -12,11 +12,12 @@ stop:
...
@@ -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 o
llama
-webui
||
true
@
docker stop o
pen
-webui
||
true
@
docker-compose up
--build
-d
@
docker-compose up
--build
-d
@
docker-compose start
@
docker-compose start
update_ll
m
.sh
→
update_
o
ll
ama_models
.sh
View file @
a0161715
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment