specify runtime image (#3726)

This commit is contained in:
Robert Brennan 2024-09-04 12:03:26 -04:00 committed by GitHub
parent bc31fb15fe
commit 2557c18fb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,8 +65,8 @@ To start OpenHands in a docker container, run the following commands in your ter
```bash
WORKSPACE_BASE=$(pwd)/workspace
docker run -it \
--pull=always \
docker run -it --pull=always \
-e SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:0.9.1-nikolaik \
-e SANDBOX_USER_ID=$(id -u) \
-e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE \
-v $WORKSPACE_BASE:/opt/workspace_base \