ov-foundation/skills/nvidia/SKILL.md
NVIDIA GPU base image with runtime support and CUDA toolkit on Fedora. Base for all GPU-accelerated images (python-ml, jupyter, ollama, comfyui). MUST be invoked before building, deploying, configuring, or troubleshooting the nvidia image.
npx skillsauth add overthinkos/overthink-plugins nvidiaInstall 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.
NVIDIA GPU base image — provides GPU runtime (driver libs, CDI toolkit) and CUDA development toolkit on Fedora.
| Property | Value | |----------|-------| | Base | fedora-nonfree (fedora + RPM Fusion) | | Layers | agent-forwarding, nvidia, cuda | | Platforms | linux/amd64 | | Registry | ghcr.io/overthinkos |
fedora-nonfree (fedora + rpmfusion — provides RPM Fusion free + nonfree repos)nvidia — GPU runtime: driver libs, nvidia-container-toolkit (CDI), VA-APIcuda — CUDA toolkit, cuDNN, onnxruntime, ffmpeg-libsov image build nvidia
ov shell nvidia
/ov-foundation:nvidia — NVIDIA GPU runtime (driver libs, CDI generation via nvidia-ctk)/ov-foundation:cuda — CUDA toolkit and GPU development libraries/ov-foundation:python-ml — ML Python environment/ov-jupyter:jupyter — Jupyter notebook server/ov-ollama:ollama — LLM inference server/ov-comfyui:comfyui — image generation UI/ov-openclaw:openclaw-ollama — OpenClaw + Ollama/ov-openclaw:openclaw-ollama-sway-browser — OpenClaw + Ollama + desktop/ov-foundation:fedora — parent base (no GPU)/ov-coder:arch-ov — Arch Linux ov toolchain with nvidia (shared layers)/ov-foundation:fedora-ov — Fedora ov toolchain with nvidia (shared layers)After ov image build:
ov shell nvidia -c "nvidia-smi" — GPU infoov shell nvidia -c "nvidia-ctk --version" — CDI toolkitov shell nvidia -c "nvcc --version" — CUDA compilerMUST be invoked when the task involves the nvidia image, GPU base images, CUDA in containers, or CDI device configuration. Invoke this skill BEFORE reading source code or launching Explore agents.
/ov-build:image — image family umbrella (image: entries in overthink.yml, build/validate/inspect/list)/ov-build:build — build.yml vocabulary (distros, builders, init-systems)tools
OpenCharly CLI (charly) binary installed into container/VM images for in-container use. Use when working with charly binary deployment inside containers, native D-Bus support, or the full charly toolchain (charly binary + virtualization + gocryptfs + socat).
development
Operator CachyOS workstation profile — a kind:local template + target:local deploy that installs the full dev stack (30 candies) onto a CachyOS host via ShellExecutor. Lives in the overthinkos/cachyos submodule. MUST be invoked before editing or applying the charly-cachyos workstation profile.
tools
Fedora box with the full charly toolchain using shared candies. Rootless-first — runs as uid=1000 with passwordless sudo (no root, no cap_add: ALL). Same candy list as charly-arch. Includes NVIDIA GPU runtime. MUST be invoked before building, deploying, configuring, or troubleshooting the charly-fedora box.
tools
Arch Linux box with the full charly toolchain. Rootless-first — runs as uid=1000 with passwordless sudo (no root, no cap_add: ALL). Composes /charly-coder:charly-mcp so the box is reachable as an MCP gateway on port 18765. NVIDIA GPU runtime composed in. MUST be invoked before building, deploying, configuring, or troubleshooting the charly-arch box.