ov-images/skills/python-ml/SKILL.md
GPU-accelerated Python ML environment with CUDA, PyTorch, and llama.cpp. No Jupyter server — use as a base for ML workloads or interactive shell. MUST be invoked before building, deploying, configuring, or troubleshooting the python-ml image.
npx skillsauth add overthinkos/overthink-plugins python-mlInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
GPU-accelerated Python environment with ML libraries — PyTorch, transformers, vLLM, llama.cpp.
| Property | Value | |----------|-------| | Base | nvidia | | Layers | agent-forwarding, python-ml | | Platforms | linux/amd64 | | Registry | ghcr.io/overthinkos |
The python-ml layer is a Tier 2 environment-owner meta-layer that:
llama-cpp (Tier 1 sub-layer) via layers: [llama-cpp]Build order: pixi environment → llama-cpp (binaries) → vLLM 0.19 wheel
fedora → nvidia (CUDA base)pixi → python (transitive)python-ml — ML pixi environment (Tier 2, owns pixi.toml)llama-cpp — llama.cpp binaries (Tier 1, via layers: field)ov image build python-ml
ov shell python-ml
# python -c "import torch; print(torch.cuda.is_available())"
/ov-layers:python-ml — ML Python packages via pixi (Tier 2 meta-layer)/ov-layers:llama-cpp — llama.cpp binaries (sub-layer)/ov-layers:cuda — GPU support (via nvidia base)/ov-images:nvidia — parent (GPU without ML packages)/ov-images:jupyter-ml — adds JupyterLab + collaboration + MCP + unsloth on top of ML stack/ov-images:jupyter — legacy Jupyter with ML stack (monolithic)/ov-images:unsloth-studio — fine-tuning UI with similar ML stackAfter ov image build:
ov shell python-ml -c "python -c 'import torch; print(torch.cuda.is_available())'" — CUDA OKov shell python-ml -c "python -c 'import vllm; print(vllm.__version__)'" — vLLM OKov shell python-ml -c "ls ~/llama.cpp/llama-quantize" — llama.cpp OKMUST be invoked when the task involves the python-ml image, ML training environments, or GPU-accelerated Python. Invoke this skill BEFORE reading source code or launching Explore agents.
/ov:image — image family umbrella (image: entries in overthink.yml, build/validate/inspect/list)/ov:build — build.yml vocabulary (distros, builders, init-systems)development
Claude Code multi-agent support in Overthink — sub-agents, dynamic workflows, and agent teams, and how each drives the existing `ov eval` disposable beds to test and verify. MUST be invoked before authoring or invoking an ov sub-agent / dynamic workflow / agent team, wiring agent-lifecycle hooks, or asking "which primitive should drive the R10 beds?".
tools
Mounts a virtiofs share tagged `workspace` at /workspace inside a VM guest via a systemd .mount unit. Use when a kind:vm entity shares a host directory into the guest and you need it auto-mounted (and re-mounted at every boot).
development
MUST be invoked before any work involving: the `kind: android` schema kind, a `target: android` deploy, the `apk:` layer package format (installing Android apps declaratively), AndroidDeployTarget, an in-pod emulator OR a remote/physical adb-endpoint device, or nested `pod → android` deployment. The first-class Android device + app surface that sits above `ov eval adb`/`appium`.
tools
Use when committing, branching, pushing, merging, tagging, creating PRs, or approving/merging PRs with gh — the feat/-branch, R10-gated, never-force-push landing workflow across the main repo + the plugins submodule + image/<distro> submodules. Covers sync-to-upstream, branch/worktree pruning, the fork+PR path for contributors without write access, and cross-repo @github landing order.