diff --git a/README.md b/README.md index 1186b89cd6db..a522b78262d5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ system requirements and more information. export WORKSPACE_BASE=$(pwd)/workspace docker run -it --pull=always \ - -e SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:0.9.2-nikolaik \ + -e SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:od_v0.9.2_image_nikolaik_s_python-nodejs_tag_python3.11-nodejs22 \ -e SANDBOX_USER_ID=$(id -u) \ -e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE \ -v $WORKSPACE_BASE:/opt/workspace_base \ diff --git a/docs/modules/usage/getting-started.md b/docs/modules/usage/getting-started.md index 81517bec7f65..2185bcd30f79 100644 --- a/docs/modules/usage/getting-started.md +++ b/docs/modules/usage/getting-started.md @@ -19,7 +19,7 @@ existing code that you'd like to modify. export WORKSPACE_BASE=$(pwd)/workspace docker run -it --pull=always \ - -e SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:0.9.2-nikolaik \ + -e SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:od_v0.9.2_image_nikolaik_s_python-nodejs_tag_python3.11-nodejs22 \ -e SANDBOX_USER_ID=$(id -u) \ -e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE \ -v $WORKSPACE_BASE:/opt/workspace_base \