Compute Node Workflow
Launch Claude from an interactive compute allocation. Use your site’s required scheduler flags for partition/account/time/qos.
srun --partition=<partition> --account=<account> --time=01:00:00 --pty bash
cd /path/to/project
labgate claudeIf your cluster does not allow browser-triggered auth over SSH, use an API key directly:
labgate claude --api-key "$ANTHROPIC_API_KEY"Last updated on