We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07760b commit 2e3d715Copy full SHA for 2e3d715
1 file changed
projects/ollama-openwebui-chatbot/README.md
@@ -48,6 +48,11 @@ Sat Apr 19 13:35:25 2025
48
```
49
docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
50
51
+CPU Only option
52
+
53
+```
54
+docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
55
56
57
Output
58
@@ -141,6 +146,11 @@ Expected Output
141
146
142
147
In this example the IP of Ollama container is `172.17.0.2`
143
148
149
+Set the environment variable for IP in Powershell
150
151
152
+$env:OLLAMA_IP = "172.17.0.2"
153
144
154
### Step 4: Run Open Web UI with Ollama container IP
145
155
156
0 commit comments