Skip to content

feat(cloud): add setup-cloud.sh and document root-only cloud setups in README#617

Open
aniruddhaadak80 wants to merge 1 commit into
karpathy:masterfrom
aniruddhaadak80:fix/issue-396-runpod-root-skip-perms
Open

feat(cloud): add setup-cloud.sh and document root-only cloud setups in README#617
aniruddhaadak80 wants to merge 1 commit into
karpathy:masterfrom
aniruddhaadak80:fix/issue-396-runpod-root-skip-perms

Conversation

@aniruddhaadak80

Copy link
Copy Markdown

Resolves #396. Autonomous Claude Code runs require the --dangerously-skip-permissions flag, which is blocked by Claude Code when running with root privileges. Since cloud providers (RunPod, Lambda, etc.) run as root by default, this blocks the autonomous loop. This PR adds a setup-cloud.sh script that automatically configures a non-root researcher user, copies workspace & cache directories, and sets git safe.directory. It also documents this workaround, fallback environment variable sweeping, and evaluation time constraints in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--dangerously-skip-permissions blocked on RunPod (root-only environments)

1 participant