diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a78c27c..5057186 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,11 +1,6 @@ { "name": "Python 3", - "image": "mcr.microsoft.com/devcontainers/python:0-3.11", - "features": { - "ghcr.io/devcontainers-contrib/features/pdm:2": {}, - "ghcr.io/devcontainers-contrib/features/nox:2": {} - }, - "postCreateCommand": "pdm install", + "image": "ghcr.io/astral-sh/uv:python3.11-bookworm", "customizations": { "vscode": { "extensions": [