claude-code-job / index.html
Wauplin's picture
Wauplin HF Staff
Claude Code job image: non-root, permissions bypassed by default
576987d verified
Raw
History Blame Contribute Delete
1.01 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>claude-code-job</title>
<style>
body {
background: #0b0f19;
color: #e5e7eb;
font: 15px/1.6 ui-monospace, monospace;
margin: 0;
display: grid;
place-items: center;
min-height: 100vh;
}
main { max-width: 40rem; padding: 2rem; }
code { background: #1f2937; padding: 0.15em 0.4em; border-radius: 4px; }
a { color: #ff9d00; }
</style>
</head>
<body>
<main>
<h1>claude-code-job</h1>
<p>
This Space is not an app — it only exists to build a Docker image containing
<a href="https://claude.com/claude-code">Claude Code</a>, for use as an
<a href="https://huggingface.co/docs/huggingface_hub/guides/jobs">HF Jobs</a> image.
</p>
<p>Run a job with it:</p>
<p><code>hf jobs run hf.co/spaces/USER/claude-code-job claude -p "who are you?"</code></p>
</main>
</body>
</html>