From 54d5cad3ae44edc08a13de6a489244693050389c Mon Sep 17 00:00:00 2001 From: Frinze Erin Lapuz Date: Sat, 24 Feb 2024 17:32:40 +0800 Subject: [PATCH] NONE installation of specific python package --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f34b996..ee1da33 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,7 +19,9 @@ "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers/features/node:1": {}, - "ghcr.io/devcontainers/features/python:1": {}, + "ghcr.io/devcontainers/features/python:1": { + "version": "3.12" + }, "ghcr.io/devcontainers-contrib/features/poetry:2": {}, "ghcr.io/devcontainers-contrib/features/vscode-cli:1": {}, "ghcr.io/devcontainers-contrib/features/vscode-server:1": {},