←back to thread

383 points meetpateltech | 2 comments | | HN request time: 0.41s | source
Show context
sudohalt ◴[] No.44007991[source]
When it runs the code I assume it does so via a docker container, does anyone know how it is configured? Assuming the user hasn't specified an AGENTS.md file or a Dockerfile in the repo. Does it generate it via LLM based on the repo, and what it thinks is needed? Does it use static analysis (package.json, requirements txt, etc)? Do they just have a super generic Dockerfile that can handle most envs? Combination of different things?
replies(2): >>44008527 #>>44008833 #
1. ilaksh ◴[] No.44008527[source]
I think they mentioned it was a similar environment to what it trains on, so maybe they have a default Dockerfile. Of course containers can also install additional packages or at least python packages.
replies(1): >>44009342 #
2. nkko ◴[] No.44009342[source]
Yes, and one test failed as it missed pydantic dependency