mirror of
https://github.com/open-webui/docs
synced 2025-06-14 10:32:33 +00: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:
parent
2964c1f840
commit
1c576cc8eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user