Scripts Updated

This commit is contained in:
DTTerastar 2024-11-11 19:13:56 -05:00
parent 45cb91688c
commit f9cc980a88
2 changed files with 6 additions and 5 deletions

View File

@ -2,15 +2,15 @@
export WORKSPACE_BASE=$(pwd)
docker pull ghcr.io/all-hands-ai/runtime:0.9-nikolaik
docker pull docker.all-hands.dev/all-hands-ai/runtime:0.12-nikolaik
docker run -it --pull=always \
-e SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:0.9-nikolaik \
-e SANDBOX_USER_ID=$(id -u) \
-e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE \
-v $WORKSPACE_BASE:/opt/workspace_base \
-e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.12-nikolaik \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 3001:3000 \
-p 3000:3000 \
--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
--name openhands-app \
docker.all-hands.dev/all-hands-ai/openhands:0.12

1
c2p.sh Normal file
View File

@ -0,0 +1 @@
code2prompt . --tokens --include *.cpp,*c,*.h,*hpp --exclude=**/ui_*.h