Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
some related updates need to be aware of: #177 need to changed accordingly |
|
Heads up: this branch predates #163, which moved |
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
22d9e0e to
5c12e9b
Compare
If user code contains Docker commands, it used to fail because it thought it was outside of docker but canyonizing the workflow puts everything in docker containers which results in failures.
The vast majority of the code changes was just taking shared code out of EC2/Local _runtime.py and putting them in a shared file too btw.
The actual docker-in-docker support may be a bit brittle too so let me know