OpenHands/containers
John Tackman 171764469d
Update Dockerfile to assign workspace directory properly to user (#1830)
* Update Dockerfile

creating the workspace directory after switching user to fix permission errors
https://github.com/OpenDevin/OpenDevin/issues/1560

* assign $workspace_base to user

instead of creating directory later, just fix the permissions so user can write to it

* another sudo

---------

Co-authored-by: Leo <ifuryst@gmail.com>
2024-05-17 20:11:23 -04:00
..
2024-05-17 12:57:58 +08:00
2024-05-03 10:36:09 -04:00

Docker Containers

Each folder here contains a Dockerfile, and a config.sh describing how to build the image and where to push it. These are images are built and pushed in GitHub Actions by the ghcr.yml workflow.

Building Manually

docker build -f containers/app/Dockerfile -t opendevin .
docker build -f containers/sandbox/Dockerfile -t sandbox .