Open neubig opened 1 week ago
reproduced bug just now bug reproduction : OS: mac m1 files in docker container(path:/workspace): calculator.py workspace.zip files in local machine: ./workspace: calculator.py
diff: workspace.zip solution : we should synchronize workspace folder(all kinds of files ) from container to lm. https://files.slack.com/files-pri/T06P212QSEA-F07UYQW534Z/image.png https://files.slack.com/files-pri/T06P212QSEA-F07V8U5HG80/image.png
i am working on it. openhands:0.11 version doesn't have this bug.
file mount of runtime container: docker.all-hands.dev/ works well ghcr.io/ didn't work I spent whole day, however get no clue. a temporary solution: docker cp $RUNTIME_CONTAINER_ID:/workspace ./workspace
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
Currently when using OpenHands the workspace directory is not being displayed properly. See the screenshot below, clearly there are files but they're not showing up in the workspace (even after clicking refresh). The agent has finished the task.
In addition, when trying to download the workspace files, I get an empty zip file
OpenHands Installation
Docker command in README
OpenHands Version
No response
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response