Update openhands agent
This commit is contained in:
parent
1c27da9b59
commit
32e2340e19
|
@ -15,3 +15,4 @@ CMakeListsPrivate.txt
|
|||
platformio_override.ini
|
||||
node_modules
|
||||
src/build_timestamp_value.h
|
||||
.aider*
|
||||
|
|
5
agent.sh
5
agent.sh
|
@ -1,4 +1,4 @@
|
|||
+#!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
export WORKSPACE_BASE=$(pwd)
|
||||
|
||||
|
@ -12,4 +12,5 @@ docker run \
|
|||
-v $WORKSPACE_BASE:/opt/workspace_base \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-p 3000:3000 \
|
||||
ghcr.io/opendevin/opendevin:main
|
||||
--name openhands-app-$(date +%Y%m%d%H%M%S) \
|
||||
ghcr.io/all-hands-ai/openhands:0.9
|
||||
|
|
Loading…
Reference in New Issue