From 34492b5d41124830d4df84b40a55cbc67e78e2e0 Mon Sep 17 00:00:00 2001
From: Marvin Vogt <m@rvinvogt.com>
Date: Wed, 11 Sep 2024 12:53:57 +0000
Subject: [PATCH] Use pure uv dev container without pdm or nox features

---
 .devcontainer/devcontainer.json | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

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": [