Skip to content

Repo containing custom Radix features for use in dev containers.

Notifications You must be signed in to change notification settings

superlinear-ai/dev-container-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repo containing custom Radix features for use in dev containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages