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