mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
doc: troubleshooting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Installation
|
||||
# Alternative Installation
|
||||
|
||||
### Installing Both Ollama and Open WebUI Using Kustomize
|
||||
|
||||
@@ -25,13 +25,13 @@ helm package ./kubernetes/helm/
|
||||
For cpu-only pod
|
||||
|
||||
```bash
|
||||
helm install ollama-webui ./ollama-webui-*.tgz
|
||||
helm install open-webui ./open-webui-*.tgz
|
||||
```
|
||||
|
||||
For gpu-enabled pod
|
||||
|
||||
```bash
|
||||
helm install ollama-webui ./ollama-webui-*.tgz --set ollama.resources.limits.nvidia.com/gpu="1"
|
||||
helm install open-webui ./open-webui-*.tgz --set ollama.resources.limits.nvidia.com/gpu="1"
|
||||
```
|
||||
|
||||
Check the `kubernetes/helm/values.yaml` file to know which parameters are available for customization
|
||||
|
||||
Reference in New Issue
Block a user