Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 745 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 745 Bytes

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": {}
    }
}