feat: add browser-use template#361
Merged
Marvin-Cypher merged 1 commit intoMay 27, 2026
Merged
Conversation
Contributor
Author
|
cc @Marvin-Cypher for review. |
0d84ddd to
d31c1b3
Compare
Marvin-Cypher
approved these changes
May 27, 2026
Contributor
Marvin-Cypher
left a comment
There was a problem hiding this comment.
Reviewed template files, normalized tags, compose config, config validation, stale path cleanup, and compose safety scan. Checks are passing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Phala Cloud prebuilt template for
browser-use/browser-use, implemented as a CPU-safe HTTP verifier for the realbrowser-usePython package.Template files
templates/prebuilt/browser-use/docker-compose.ymltemplates/prebuilt/browser-use/README.mdtemplates/icons/browser-use.pngtemplates/config.jsonentry:browser-useRuntime shape
browser-use==0.12.9by default viaBROWSER_USE_VERSION.8080:GET /healthzGET /demoGET /v1/modelsenv_file, or require privileged/host networking.Environment variables
BROWSER_USE_VERSION(optional, default0.12.9): Browser Use Python package version installed by the verifier service.Icon source
templates/icons/browser-use.pngis copied from the upstream repository assetstatic/browser-use.pnginbrowser-use/browser-use.Validation
python3 sdks/templates/validate.py✅mcp-jupyter.svgandmaybe-finance.png.git -C sdks diff --check origin/main...HEAD✅docker compose -f sdks/templates/prebuilt/browser-use/docker-compose.yml config >/tmp/browser-use-compose-config-postcommit.out✅browser-use.https://github.com/Phala-Network/phala-cloud/tree/main/templates/prebuilt/browser-use.env_file, literal secrets, external build context, privileged mode, host network/ipc, or Docker socket mount.ghcr.io/astral-sh/uv:python3.12-bookworm-slimhas alinux/amd64manifest.Phala Cloud deployment smoke
hermes-admin-cvm-check/h4x's projectstdx.smallphala deploy --profile hermes-admin-cvm-check --name auto-template-test-browser-use-0527-072547 --compose sdks/templates/prebuilt/browser-use/docker-compose.yml --instance-type tdx.small --wait --no-public-logs --no-public-sysinfo --json699df849-def3-4e41-816d-034e72c07110a7e5a2ada2629255e4cf6305be27dd0e21d51567phala psevidence:dstack-app-1running with statusUp ... (healthy)✅https://a7e5a2ada2629255e4cf6305be27dd0e21d51567-8080.dstack-pha-prod7.phala.networkGET /healthzreturned 200 withbrowser_use.import_ok=trueand version0.12.9.GET /demoreturned 200 withbrowser_launched=falseandllm_provider_calls=false.GET /v1/modelsreturned 200 withbrowser-use-local-verifier.Cleanup
phala cvms delete --profile hermes-admin-cvm-check 699df849-def3-4e41-816d-034e72c07110 --force --json✅cc @Marvin-Cypher for review if the formal reviewer request does not attach.