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.