Skip to content

Commit 2e3d715

Browse files
committed
added powershell variable export
1 parent c07760b commit 2e3d715

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/ollama-openwebui-chatbot/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ Sat Apr 19 13:35:25 2025
4848
```
4949
docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
5050
```
51+
CPU Only option
52+
53+
```
54+
docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
55+
```
5156

5257
Output
5358

@@ -141,6 +146,11 @@ Expected Output
141146

142147
In this example the IP of Ollama container is `172.17.0.2`
143148

149+
Set the environment variable for IP in Powershell
150+
151+
```
152+
$env:OLLAMA_IP = "172.17.0.2"
153+
```
144154
### Step 4: Run Open Web UI with Ollama container IP
145155

146156
```

0 commit comments

Comments
 (0)