From 424c891a43f974ecea582f1f441dbf7530966831 Mon Sep 17 00:00:00 2001 From: QXYang686 Date: Sat, 14 Feb 2026 23:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E5=AE=B9=E5=99=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE-=E5=88=9D=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- universal-base/.devcontainer/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/universal-base/.devcontainer/devcontainer.json b/universal-base/.devcontainer/devcontainer.json index e539475..f7771f5 100644 --- a/universal-base/.devcontainer/devcontainer.json +++ b/universal-base/.devcontainer/devcontainer.json @@ -10,6 +10,7 @@ }, "./local-features/nvs": "latest", "ghcr.io/devcontainers/features/python:1": { + "version": "3.12.1", "installJupyterlab": "true", "configureJupyterlabAllowOrigin": "*", }, @@ -27,10 +28,6 @@ }, "./local-features/setup-user": "latest", }, - "overrideFeatureInstallOrder": [ - "ghcr.io/devcontainers/features/python:1", - "ghcr.io/devcontainers/features/anaconda:1", - ], // Configure tool-specific properties. "customizations": { // Configure properties specific to VS Code.