From 57a81d70c109e4a41989e9d1a0e628bc4d7e33b2 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 10 Apr 2024 01:34:25 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b4d5b4bc..a5ccb5412 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,12 @@ Don't forget to explore our sibling project, [Open WebUI Community](https://open ### Quick Start with Docker 🐳 -> [!IMPORTANT] +> [!WARNING] > When using Docker to install Open WebUI, make sure to include the `-v open-webui:/app/backend/data` in your Docker command. This step is crucial as it ensures your database is properly mounted and prevents any loss of data. +> [!TIP] +> If you wish to utilize Open WebUI with Ollama included or CUDA acceleration, we recommend utilizing our official images tagged with either `:cuda` or `:ollama`. To enable CUDA, you must install the [Nvidia CUDA container toolkit](https://docs.nvidia.com/dgx/nvidia-container-runtime-upgrade/) on your Linux/WSL system. + **If Ollama is on your computer**, use this command: ```bash