/dev-container-features

Repo containing custom Radix features for use in dev containers.

Primary LanguageShellMIT LicenseMIT

Radix Dev Container Features

This repo provides custom dev container Features developed by Radix. The repository follows the example give in the feature-starter. Dev container features are described in the dev container Feature distribution specification.

Contents

poetry

This feature adds Poetry to a dev container.

Example devcontainer.json

{
    "image": "mcr.microsoft.com/devcontainers/python:3.10-buster",
    "features": {
        "ghcr.io/radix-ai/dev-container-features/poetry:0": {}
    }
}