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
b5059ad6
Unverified
Commit
b5059ad6
authored
Oct 30, 2023
by
Timothy Jaeryang Baek
Committed by
GitHub
Oct 30, 2023
Browse files
Merge pull request #44 from ollama-webui/dev
fix: Update compose.yaml
parents
cb63d9f0
a24845dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
compose.yaml
compose.yaml
+10
-9
No files found.
compose.yaml
View file @
b5059ad6
...
...
@@ -2,20 +2,21 @@ version: '3.6'
services
:
ollama
:
deploy
:
resources
:
reservations
:
devices
:
-
driver
:
nvidia
count
:
1
capabilities
:
-
gpu
# Comment below for GPU support
# deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: 1
# capabilities:
# - gpu
volumes
:
-
ollama:/root/.ollama
ports
:
-
11434:11434
environment
:
-
OLLAMA_ORIGINS=
"*"
-
'
OLLAMA_ORIGINS=
*'
container_name
:
ollama
pull_policy
:
always
tty
:
true
...
...
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