Robert Brennan

Results 1267 comments of Robert Brennan

tl;dr: here's how you can help us debug this: * start the app, and start a task * run `docker ps` to find * the app container ID (image is...

@Sparkier this is great! LMK when you have the conflicts addressed and we can get it in

Yeah I'm working on the package manager aspect--not too hard to have an `if/else` to find the right manager. I _really_ want users to be able to use off-the-shelf images...

I appear to have lost my draft :( SANDBOX_CONTAINER_IMAGE does work, but SSHBox needs an ssh daemon running so that it can connect in. I was trying to set that...

Going to close this--seems like there hasn't been as much integration test pain lately. But we should definitely work on a better way to generate the prompt files

@emirhantasdemirtg we'll need more info about your setup. Did you follow the guide here? https://github.com/OpenDevin/OpenDevin/blob/main/docs/guides/LocalLLMs.md

@Tetranode0 try running `cd frontend && npm run build`

I believe we should be skipping the attempt to serve from `frontend/dist` when in dev mode, or that we should `mkdir -p` it during `make build`