6 ms·
have you tried running android browsers ? we run RL workloads using android browsers. We are having to maintain a fork of https://github.com/budtmo/docker-andro
by sandGorgon 3mo ago
have you tried running android browsers ? we run RL workloads using android browsers. We are having to maintain a fork of https://github.com/budtmo/docker-android/ https://github.com/budtmo/docker-android/ and android chrome on top. We would rather use browser-use if it had that support.
P.S. we do maintain our fork of a browser for rubric computation...but that is not relevant for this. The infrastructure is what we are looking for.
- tauntz 3mo agoShameless plug, we have the infra for exactly that use-case. Reach out if you're interested. Email in profile.
- andrewstuart 3mo agoWhy do this? I can’t see that it would be better than running chrome.
- sandGorgon 3mo agotouch. RL needs to model real usecases. Some of our customers build mobile-use.
- Reformedot 3mo agoI've experimented with Android Browsers. The problem is that android VMs are super heavy compared to the resources needed to run just Chromium Startups are absurdly slow, isolation is harder, etc... Android bloat is insane, you need to run the entire Java VM to start the browser... It's also harder to fingerprint, and at scale that's something that we need for Browser Use Cool experiment but not yet production ready, at least for us
- charcircuit 3mo ago>compared to the resources needed to run just Chromium That Chromium is still running in a VM.