Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
361 B · 16 lines
JSON
at master
1234567891011121314151617{ "name": "Ubuntu", "image": "mcr.microsoft.com/devcontainers/base:noble", "features": { "ghcr.io/devcontainers/features/python:1": { "installTools": true, "optimize": true, "enableShared": true, "version": "3.13" }, "ghcr.io/devcontainers-extra/features/poetry:2": { "version": "latest" } }, "postCreateCommand": "poetry install"}