mirror of https://github.com/open-webui/open-webui
fixed version and gpu default value
This commit is contained in:
parent
d14d26bdfd
commit
bdf2a67df6
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
name: ollama-webui
|
||||
description: "Ollama Web UI: A User-Friendly Web Interface for Chat Interactions 👋"
|
||||
version: 0.1.0
|
||||
version: 1.0.0
|
||||
icon: https://raw.githubusercontent.com/ollama-webui/ollama-webui/main/static/favicon.png
|
||||
|
|
|
@ -8,7 +8,7 @@ ollama:
|
|||
limits:
|
||||
cpu: "2000m"
|
||||
memory: "2Gi"
|
||||
nvidia.com/gpu: "1"
|
||||
nvidia.com/gpu: "0"
|
||||
volumeSize: 1Gi
|
||||
|
||||
webui:
|
||||
|
|
Loading…
Reference in New Issue