SafeDisk AI

CPU Image Pulls CUDA Dependencies And Fills CI Disk

A hosted runner can run out of disk even when the failing image is supposed to be CPU-only. The real bug is often a dependency contract leak: vLLM, GPU torch, nvidia wheels, CUDA toolkit, flashinfer, or triton enter the default backend image instead of the GPU image.

CI deletion judgment

Find what the runner can delete.

Leave your email now; the scan summary or failing job link can follow after the first reply. We send the free SafeDisk AI deletion trial step only if deletion risk is still unclear.

Run free GitHub Action

Add command output optional

Free trial step. We reply first with a delete / confirm / protect judgment or one read-only detail we still need.

See sample result Ask AI about one file

First Response Runbook

  1. Define the default backend image contract: no vLLM, CUDA toolkit, nvidia wheels, flashinfer, triton, or GPU torch closure unless explicitly enabled.
  2. Move GPU inference dependencies into an optional extra, separate requirements file, or dedicated GPU image.
  3. Log `df -h /`, Docker/buildx disk usage, and `pip freeze | grep -Ei "vllm|nvidia|cuda|triton|torch"` before the smoke build.
  4. Add a build-time assertion that fails when the default image contains CUDA packages.
  5. Keep the GPU image smoke path separate so removing vLLM from the backend does not break intended GPU deployments.
Copy-ready issue reply

Use this when a CPU or backend image pulls GPU dependencies.

The point is to turn a one-off disk cleanup into a dependency architecture guard.

I would make this an image-contract check, not only a runner cleanup.

Acceptance checks:

- Default backend image does not install vllm, cuda-toolkit, nvidia-* wheels, flashinfer, triton, or GPU torch by default.
- GPU/vLLM dependencies live in an optional extra, separate requirements file, or dedicated GPU image.
- Smoke-test logs `df -h /`, `docker system df`, and `pip freeze | grep -Ei "vllm|nvidia|cuda|triton|torch"` before heavy build steps.
- Build fails if the default image dependency closure contains CUDA packages.
- GPU image keeps its own smoke path proving vLLM still installs where intended.
CI runner disk guide

Paid Scope

The free AI incident triage reviews one failing build and returns the safest next diagnostic step. The free SafeDisk AI deletion trial turns one representative Docker CI disk-full into a backend-vs-GPU image dependency contract, guardrail assertions, and runner disk preflight checklist.

Free AI deletion trial

Need a delete / confirm / protect answer for this runner?

Submit the form first; the failing job link can follow. We check whether free guidance is enough before asking for the free SafeDisk AI deletion trial.

Add output optional

Start with email. Output can follow after the first reply.