mirror of
https://github.com/open-webui/docs.git
synced 2026-01-04 02:36:55 +07:00
docker info
This commit is contained in:
@@ -36,3 +36,10 @@ Create isolated Python environments using `venv`.
|
||||
```bash
|
||||
open-webui serve
|
||||
```
|
||||
|
||||
:::tip 'open-webui: command not found'?
|
||||
If your terminal says the command doesn't exist:
|
||||
1. Ensure your virtual environment is **activated** (Step 2).
|
||||
2. If you still get an error, try running it via Python directly: `python -m open_webui serve`
|
||||
3. If you want to store your data in a specific place, use: `DATA_DIR=./data open-webui serve`
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user