All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
37.6k stars 4.25k forks source link

Separate browsergym updates #5239

Closed enyst closed 4 days ago

enyst commented 4 days ago

End-user friendly description of the problem this fixes or functionality that this introduces


Give a summary of what the PR does, explaining any non-trivial design decisions

This PR proposes to put browsergym updates in their own group, to be reviewed separately from the rest.

The reason is that newer versions install nvidia-CUDA via a libvisualwebarena dependency

I seem to understand we will want visual web arena, so we may need to look into this. In any case, we have generally separated deps that are likely to break things, and this one looks like it needs its own.


Link of any specific issues this addresses


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:273f8b9-nikolaik   --name openhands-app-273f8b9   docker.all-hands.dev/all-hands-ai/openhands:273f8b9