All-Hands-AI / OpenHands

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

Use OpenHands with udocker #4890

Open Qarqor5555555 opened 4 days ago

Qarqor5555555 commented 4 days ago

how to run openhands with udocker on colab not docker docker pull docker.all-hands.dev/all-hands-ai/runtime:0.13-nikolaik

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

mamoodi commented 4 days ago

I'm not sure what the answer will be here. If the README doesn't work with udocker, it will require work to get it working. Unless someone else has run it like so and knows the answer/setup.

werruww commented 4 days ago

README udocker is not mentioned I want to run Docker imsage in Colab because I want to run OpenHands and like this

And I failed to get that to work.

werruww commented 4 days ago

are you run https://github.com/All-Hands-AI/OpenHands/blob/main/Development.md on colab

diwu-sf commented 1 day ago

Stop trying to run this on Colab. Run it on your actual computer.