--- title: Jobs Space Image Test emoji: 🧪 colorFrom: blue colorTo: green sdk: docker pinned: false --- # Jobs Space Image Test Tiny test Space for verifying that HF Jobs can use a Space's pre-built Docker image via `--image https://huggingface.co/spaces/...`. The Dockerfile just runs a Python script that prints environment info and exits. As a *Space* this will show as `RUNTIME_ERROR` (no listening server on port 7860) — that's expected and intentional. The Docker image is still built and pushed to HF's internal registry, which is what we're testing. As a *Job*, the same image runs cleanly: ```bash hf jobs run --image https://huggingface.co/spaces/davanstrien/jobs-space-image-test --flavor cpu-basic --timeout 2m ```