Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.06 KB

File metadata and controls

23 lines (16 loc) · 1.06 KB

This repository contains centralized features and workflows for building development containers (devcontainers) to support local dev and CI for projects in NVIDIA RAPIDS, CCCL, and Legate.

Devcontainers are an open standard for specifying the creation and execution of Docker containers for developing a codebase.

Downstream repositories that utilize devcontainers use both the feature scripts that install software, as well as docker images that serve to cache sets of installed software. These images serve as base images for the devcontainers specified in the downstream repositories.

Usage