Robert Brennan
Robert Brennan
Thanks for pointing that out! Not sure if it was a typo, or if we were using an old result of theirs. Let's remove the graph until we can generate...
Ahh thank you for the clarification! I will remove my PR
good catch @assertion!
The empty responses are likely due to the underpowered LLM :/
@cope seems like the original issue has been solved here. Feel free to open a new issue for the empty responses or the 500 error
This is by design--it's a DOOD setup, though we're definitely interested in DIND for enhanced security. Importantly, note that _only the application_ has access to the docker API, not the...
Looking through this now--let me check my understanding. In the first example, you're running `curl /var/run/docker.sock` on your local machine, which allows you to muck about with the sandbox (running...
`/var/run/docker.sock` is open regardless of our app attaching to it though. E.g. even if you've never installed OpenDevin, you can still run ``` curl -i -s --unix-socket /var/run/docker.sock -X POST...
Our recommendation is to run in WSL
Actually--maybe it makes sense to keep the sandbox tests in their own CI check? WDYT?