forked from open-webui/open-webui
chore: add shebang to shell scripts
This commit is contained in:
parent
d71e3c9d82
commit
e6e05d4641
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
docker rm -f ollama || true
|
docker rm -f ollama || true
|
||||||
docker pull ollama/ollama
|
docker pull ollama/ollama
|
||||||
# CPU Only
|
# CPU Only
|
||||||
|
|
2
run.sh
2
run.sh
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
docker build -t ollama-webui .
|
docker build -t ollama-webui .
|
||||||
docker stop ollama-webui || true
|
docker stop ollama-webui || true
|
||||||
docker rm ollama-webui || true
|
docker rm ollama-webui || true
|
||||||
|
|
Loading…
Reference in a new issue