this repo has no description
1{
2 "name": "Ubuntu",
3 "image": "mcr.microsoft.com/devcontainers/base:noble",
4 "features": {
5 "ghcr.io/devcontainers/features/python:1": {
6 "installTools": true,
7 "optimize": true,
8 "enableShared": true,
9 "version": "3.13"
10 },
11 "ghcr.io/devcontainers-extra/features/poetry:2": {
12 "version": "latest"
13 }
14 },
15 "postCreateCommand": "poetry install"
16}