Vasek Mlejnsky
|
76b81ca0ed
|
Integrate E2B sandbox as an alternative to a Docker container (#727)
* add e2b sandbox [wip]
* Install e2b package
* Add basic E2B sandbox integration
* Update dependencies and fix command execution in E2BSandbox
* Udpate e2b
* Add comment
* Lint
* Remove unnecessary type conversion
* Lint
* Fix linting
* Resolve comments
* Update opendevin/action/fileop.py
* Update opendevin/action/fileop.py
* Fix log
* Update E2B readme
* poetry lock
---------
Co-authored-by: Robert Brennan <accounts@rbren.io>
|
2024-04-19 14:21:58 -04:00 |
|
Xingyao Wang
|
871eefe801
|
Revert "feat(sandbox): Add Jupyter Kernel for Interactive Python Interpreter for Sandbox (#1215)" (#1229)
This reverts commit 492feecb67.
|
2024-04-19 16:49:24 +00:00 |
|
Leo
|
34286fabcc
|
fix ghcr workflow throw error when in the fork repo. (#1203)
* fix ghcr workflow throw error when in the fork repo.
* Split DOCKER_REPOSITORY for cleaner.
|
2024-04-19 11:06:25 -04:00 |
|
Xingyao Wang
|
492feecb67
|
feat(sandbox): Add Jupyter Kernel for Interactive Python Interpreter for Sandbox (#1215)
* add initial version of py interpreter
* fix bug
* fix async issue
* remove debugging print statement
* initialize kernel & update printing
* fix port mapping
* uncomment debug lines
* fix poetry lock
* make jupyter py interpreter into a subclass
|
2024-04-19 16:55:51 +08:00 |
|
Robert Brennan
|
516c9bf1e0
|
Revamp docker build process (#1121)
* refactor docker building
* change to buildx
* disable branch filter
* disable tags
* matrix for building
* fix branch filter
* rename workflow
* sanitize ref name
* fix sanitization
* fix source command
* fix source command
* add push arg
* enable for all branches
* logs
* empty commit
* try freeing disk space
* try disk clean again
* try alpine
* Update ghcr.yml
* Update ghcr.yml
* move checkout
* ignore .git
* add disk space debug
* add df h to build script
* remove pull
* try another failure bypass
* remove maximize build space step
* remove df -h debug
* add no-root
* multi-stage python build
* add ssh
* update readme
* remove references to config.toml
|
2024-04-15 19:10:38 -04:00 |
|