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:
thiswillbeyourgithub 2024-09-23 11:11:10 +02:00
parent 2964c1f840
commit 1c576cc8eb

View File

@ -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