Robert Brennan
Robert Brennan
This looks like a dupe of https://github.com/OpenDevin/OpenDevin/issues/495 I also see the `unexpected keyword file` issue, which should be fixed in main
👍 agree, this would be great
This looks like a good DOOD setup! IMO we'll want to move to DIND at some point for safety (e.g. hosting OpenDevin in a multi-tenant scenario, like on a kubernetes...
Worth discussing DIND vs DOOD. But IIUC running a privileged DIND container is probably safer than a DOOD container. Need to research a bit more. @spuder do you want to...
@spuder how are you feeling about the PR at this point? Ready for a review?
Sadly this will probably have to change a bit for the new Poetry dependency mgmt, but hopefully not too hard
@spuder I might be doing something wrong, but I get this error: ``` ✖ docker compose run frontend backend node:internal/modules/cjs/loader:1145 throw err; ^ Error: Cannot find module '/usr/src/app/backend' at Module._resolveFilename...
Pretty sure I have the command wrong. But I tried ``` docker compose run backend ``` and sadly hit the old pymupdf problem. I'm on Ubuntu ARM ``` 422.4 -...
@Yashwanth-Chandrakumar sorry for the delay here! Can you rebase, and I'll try it out?