Release 0.10.0 (#4463)

This commit is contained in:
mamoodi
2024-10-17 18:23:40 -04:00
committed by GitHub
parent ec3152b6e1
commit 0e467b1429
7 changed files with 10 additions and 12 deletions

View File

@@ -51,6 +51,6 @@ docker run -it \
-v /var/run/docker.sock:/var/run/docker.sock \
--add-host host.docker.internal:host-gateway \
--name openhands-app-$(date +%Y%m%d%H%M%S) \
ghcr.io/all-hands-ai/openhands:0.9 \
ghcr.io/all-hands-ai/openhands:0.10 \
python -m openhands.core.main -t "write a bash script that prints hi"
```