|
|
@@ -50,6 +50,7 @@ LLM_API_KEY="sk_test_12345"
|
|
|
```bash
|
|
|
docker run -it \
|
|
|
--pull=always \
|
|
|
+ -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.12-nikolaik \
|
|
|
-e SANDBOX_USER_ID=$(id -u) \
|
|
|
-e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE \
|
|
|
-e LLM_API_KEY=$LLM_API_KEY \
|
|
|
@@ -58,7 +59,7 @@ 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) \
|
|
|
- docker.all-hands.dev/all-hands-ai/openhands:0.11 \
|
|
|
+ docker.all-hands.dev/all-hands-ai/openhands:0.12 \
|
|
|
python -m openhands.core.cli
|
|
|
```
|
|
|
|
|
|
@@ -107,4 +108,3 @@ Expected Output:
|
|
|
```bash
|
|
|
🤖 An error occurred. Please try again.
|
|
|
```
|
|
|
-
|