domino-environments

Define and manage Domino Compute Environments as Docker-based containers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-environments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domino-environments
Source: https://github.com/jvdomino/domino-data-lab-plugin/tree/main/skills/environments
Command: npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-environments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users create, customize, and manage Domino Compute Environments - Docker-based containers that define the tools, packages, and configurations for workspaces, jobs, and other executions.

Core Features & Use Cases

  • Create or customize a compute environment
  • Install packages or dependencies
  • Configure Dockerfile instructions
  • Understand environment best practices
  • Troubleshoot environment build issues

Quick Start

Create a new Domino Compute Environment named 'my-env' based on the Domino Standard Environment and add a couple of required packages.

Frequently Asked Questions about domino-environments

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

FAQPage Schema
How do I create a custom Domino Compute Environment using a Dockerfile?

You can customize a Domino Compute Environment by applying Dockerfile instructions to add packages, configure IDEs, and set environment variables. This supports multiple installation methods for workspaces and jobs.

Why does my Domino Compute Environment build fail during package installation?

Troubleshooting environment build issues requires validating Dockerfile instructions and package installation methods. Ensure dependencies are correctly specified and compatible with the base environment configuration.

Can I install additional Python packages and dependencies in a Domino environment?

Yes, you can install packages or dependencies in a Domino environment using multiple installation methods. This is achieved by adding appropriate instructions to your Dockerfile-based customization.

What are the best practices for managing environment variables in Domino Compute Environments?

Best practices for Domino Compute Environments include using Dockerfile instructions to set environment variables and utilizing revision tracking to ensure reproducibility across workspaces, jobs, and experiments.

Do I need to specify a FROM instruction when customizing a Domino Compute Environment?

No, you do not need to specify a FROM instruction. Domino Compute Environments use Dockerfile instructions without FROM, building upon the Domino Standard Environment to manage tools and configurations.