-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Inconsistent start times when mounting to a local directory #153
Comments
Switching the command to docker run -it --rm --pull=always `
-e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.16-nikolaik `
-e WORKSPACE_MOUNT_PATH="C:\repositories\extensions\youtube-time-manager" `
-e LOG_ALL_EVENTS=true `
-v /var/run/docker.sock:/var/run/docker.sock `
-v C:/repositories/extensions/youtube-time-manager:/opt/workspace_base `
-p 3000:3000 `
--add-host host.docker.internal:host-gateway `
--name openhands-app `
docker.all-hands.dev/all-hands-ai/openhands:0.16 or docker run -it --rm --pull=always `
-e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.15-nikolaik `
-e WORKSPACE_MOUNT_PATH="C:\repositories\extensions\youtube-time-manager" `
-e LOG_ALL_EVENTS=true `
-v /var/run/docker.sock:/var/run/docker.sock `
-v C:/repositories/extensions/youtube-time-manager:/opt/workspace_base `
-p 3000:3000 `
--add-host host.docker.internal:host-gateway `
--name openhands-app `
docker.all-hands.dev/all-hands-ai/openhands:0.16 doesn't fix it either |
Does the same happen if you run using the |
Turns out that in addition to these requirements, the dev must also install on Linux |
Nope. It will be installed by poetry. |
Strange |
I have trouble initializing the backend
|
|
I mean, considering that |
Could you apply this commit and check? |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for over 30 days with no activity. |
All-Hands-AI#5813 Issue
@avi12 Don't use main version for SANDBOX_RUNTIME_CONTAINER_IMAGE unless there is an error. Else it will build again.
The text was updated successfully, but these errors were encountered: