Spaces:
Paused
Paused
File size: 1,007 Bytes
576987d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | <!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>
|