Skip to content

Commit 87a363c

Browse files
committed
Add docker build workflow
1 parent 0a7f0bc commit 87a363c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,11 @@ CHROME_PERSISTENT_SESSION=true docker compose up --build
227227
docker compose down
228228
```
229229

230+
6. **Using precompiled image**
231+
```bash
232+
docker pull ghcr.io/browser-use/web-ui
233+
```
234+
230235
## Changelog
231236
- [x] **2025/01/26:** Thanks to @vvincent1234. Now browser-use-webui can combine with DeepSeek-r1 to engage in deep thinking!
232237
- [x] **2025/01/10:** Thanks to @casistack. Now we have Docker Setup option and also Support keep browser open between tasks.[Video tutorial demo](https://github.com/browser-use/web-ui/issues/1#issuecomment-2582511750).

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
browser-use-webui:
3-
platform: linux/amd64
3+
# image: ghcr.io/browser-use/web-ui # Using precompiled image
44
build:
55
context: .
66
dockerfile: ${DOCKERFILE:-Dockerfile}

0 commit comments

Comments
 (0)