Skip to content

Commit

Permalink
fix runtime image (All-Hands-AI#3782)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Sep 9, 2024
1 parent cb3168d commit f4d6b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/usage/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f4d6b32

Please sign in to comment.