mirror of
https://github.com/open-webui/docs.git
synced 2026-01-04 18:56:05 +07:00
fix: indentation
I was confused for a while before I understood that those were the instructions for enabling GPU but had nothing to do with ollama
This commit is contained in:
@@ -139,7 +139,7 @@ Visit the [Docker documentation](https://docs.docker.com/storage/) to understand
|
||||
docker run -d -p 3000:8080 -e OLLAMA_BASE_URL=https://example.com -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
|
||||
```
|
||||
|
||||
- **To run Open WebUI with Nvidia GPU support**, use this command:
|
||||
- **To run Open WebUI with Nvidia GPU support**, use this command:
|
||||
|
||||
```bash
|
||||
docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda
|
||||
|
||||
Reference in New Issue
Block a user