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
f4bf7773
Unverified
Commit
f4bf7773
authored
Dec 26, 2023
by
Daniele Viti
Committed by
GitHub
Dec 26, 2023
Browse files
Update run-compose.sh
parent
8312841b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
run-compose.sh
run-compose.sh
+7
-7
No files found.
run-compose.sh
View file @
f4bf7773
...
@@ -80,12 +80,12 @@ usage() {
...
@@ -80,12 +80,12 @@ usage() {
echo
" -h, --help Show this help message."
echo
" -h, --help Show this help message."
echo
""
echo
""
echo
"Examples:"
echo
"Examples:"
echo
"
./
$0
--drop"
echo
"
$0
--drop"
echo
"
./
$0
--enable-gpu[count=1]"
echo
"
$0
--enable-gpu[count=1]"
echo
"
./
$0
--enable-api[port=11435]"
echo
"
$0
--enable-api[port=11435]"
echo
"
./
$0
--enable-gpu[count=1] --enable-api[port=12345] --webui[port=3000]"
echo
"
$0
--enable-gpu[count=1] --enable-api[port=12345] --webui[port=3000]"
echo
"
./
$0
--enable-gpu[count=1] --enable-api[port=12345] --webui[port=3000] --data[folder=./ollama-data]"
echo
"
$0
--enable-gpu[count=1] --enable-api[port=12345] --webui[port=3000] --data[folder=./ollama-data]"
echo
"
./
$0
--enable-gpu[count=1] --enable-api[port=12345] --webui[port=3000] --data[folder=./ollama-data] --build"
echo
"
$0
--enable-gpu[count=1] --enable-api[port=12345] --webui[port=3000] --data[folder=./ollama-data] --build"
echo
""
echo
""
echo
"This script configures and runs a docker-compose setup with optional GPU support, API exposure, and web UI configuration."
echo
"This script configures and runs a docker-compose setup with optional GPU support, API exposure, and web UI configuration."
echo
"About the gpu to use, the script automatically detects it using the "
lspci
" command."
echo
"About the gpu to use, the script automatically detects it using the "
lspci
" command."
...
...
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