run-in-container

Execute commands inside CUDA Docker slot containers using docker compose.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/igij01/unified-kernel-framework-backend --skill run-in-container
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-in-container
Source: https://github.com/igij01/unified-kernel-framework-backend/tree/main/.claude/skills/run-in-container
Command: npx skills add https://github.com/igij01/unified-kernel-framework-backend --skill run-in-container

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run commands inside a CUDA Docker slot container to isolate development tasks and ensure consistent environments.

Core Features & Use Cases

  • Check whether the CUDA slot image is built and available.
  • Build the slot image on demand using the provided script.
  • Execute any command inside the running container using docker compose, with a default to cuda130-torch.
  • Supports multiple CUDA slot configurations listed in the skill notes (e.g., cuda118-torch, cuda121-torch, cuda124-torch, cuda126-torch, cuda130-torch).

Quick Start

Run a command inside the specified CUDA slot container, defaulting to cuda130-torch if not provided.

Frequently Asked Questions about run-in-container

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run commands inside a CUDA Docker container for isolated development?

To run commands inside a CUDA Docker container, you can use a build-detect-run workflow that executes ad-hoc tasks via docker compose, defaulting to the cuda130-torch environment. It isolates development tasks to ensure consistent environments.

What CUDA slot configurations are supported for running Dockerized tasks?

Supported CUDA slot configurations include cuda118-torch, cuda121-torch, cuda124-torch, cuda126-torch, and cuda130-torch. The system defaults to cuda130-torch if no specific slot is provided when executing commands.

Do I need to manually build the Docker image before executing commands in a CUDA slot?

No, you do not need to manually build the Docker image beforehand. The workflow checks whether the CUDA slot image is built and available, and builds the image on demand using the provided script before execution.

Can I use docker-compose to execute ad-hoc tasks and experimentation in CUDA environments?

Yes, you can use docker-compose to execute ad-hoc tasks and experimentation within provided CUDA slot environments. The skill relies on Docker and docker-compose to handle multiple slot configurations for development workflows.

What is the best way to manage multiple CUDA slot environments for development workflows?

The best way to manage multiple CUDA slot environments is using a build-detect-run workflow with optional image preparation. This approach supports multiple configurations like cuda121-torch and cuda130-torch, isolating tasks for consistency.

Why does my CUDA slot command execution default to a specific PyTorch image?

Your CUDA slot command execution defaults to the cuda130-torch image to ensure a standardized, consistent environment for development tasks. You can specify a different configuration like cuda118-torch if your workflow requires an alternative setup.