mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
Merge branch 'open-webui:dev' into dev
This commit is contained in:
@@ -23,7 +23,7 @@ docker pull ghcr.io/open-webui/open-webui:main-slim
|
||||
You can also pull a specific Open WebUI release version directly by using a versioned image tag. This is recommended for production environments to ensure stable and reproducible deployments.
|
||||
|
||||
```bash
|
||||
docker pull ghcr.io/open-webui/open-webui:v0.6.41
|
||||
docker pull ghcr.io/open-webui/open-webui:v0.6.42
|
||||
```
|
||||
|
||||
## Step 2: Run the Container
|
||||
|
||||
@@ -78,9 +78,9 @@ ghcr.io/open-webui/open-webui:<RELEASE_VERSION>-<TYPE>
|
||||
|
||||
Examples (pinned versions — replace with the release version you want to use):
|
||||
```
|
||||
ghcr.io/open-webui/open-webui:v0.6.41
|
||||
ghcr.io/open-webui/open-webui:v0.6.41-cuda
|
||||
ghcr.io/open-webui/open-webui:v0.6.41-ollama
|
||||
ghcr.io/open-webui/open-webui:v0.6.52
|
||||
ghcr.io/open-webui/open-webui:v0.6.52-cuda
|
||||
ghcr.io/open-webui/open-webui:v0.6.52-ollama
|
||||
```
|
||||
|
||||
### Step 3: Start Container with Updated Image
|
||||
|
||||
@@ -100,9 +100,9 @@ ghcr.io/open-webui/open-webui:<RELEASE_VERSION>-<TYPE>
|
||||
|
||||
Examples (pinned versions for illustration purposes only):
|
||||
```
|
||||
ghcr.io/open-webui/open-webui:v0.6.41
|
||||
ghcr.io/open-webui/open-webui:v0.6.41-ollama
|
||||
ghcr.io/open-webui/open-webui:v0.6.41-cuda
|
||||
ghcr.io/open-webui/open-webui:v0.6.42
|
||||
ghcr.io/open-webui/open-webui:v0.6.42-ollama
|
||||
ghcr.io/open-webui/open-webui:v0.6.42-cuda
|
||||
```
|
||||
|
||||
### Using the Dev Branch 🌙
|
||||
|
||||
Reference in New Issue
Block a user