export WORKSPACE_BASE=$(pwd)/workspace;
docker run
--pull=always
-e SANDBOX_USER_ID=$(id -u)
-e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE
-v $WORKSPACE_BASE:/opt/workspace_base
-v /var/run/docker.sock:/var/run/docker.sock
-p 3000:3000
--add-host host.docker.internal:host-gateway
ghcr.io/opendevin/opendevin:0.5
why is the terminal read only?
first i thought its a bug but than i saw its also on a screenshot from github page. is this normal?
https://github.com/OpenDevin/OpenDevin/raw/main/docs/static/img/screenshot.png
Image
i also cant execute files or using the browser, it seems like only the agent can use the terminal and execute code
New contributor
Gabriel Eich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.