Skip to content

Commit 993dd4d

Browse files
committed
Do not install python tools, redudant with uv
1 parent 08ec2c1 commit 993dd4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

template/.devcontainer/devcontainer.json.jinja

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
44
"features": {
55
"ghcr.io/guiyomh/features/just:0.1.0": { "version": "1.42.4" }{% if python %},
6-
"ghcr.io/devcontainers/features/python:1": { "version": "os-provided" }{% endif %}{% if r_data_science %},
6+
"ghcr.io/devcontainers/features/python:1": {
7+
"version": "os-provided",
8+
"installTools": "false"
9+
}{% endif %}{% if r_data_science %},
710
"ghcr.io/rocker-org/devcontainer-features/r-apt:0.5.0": {
811
"version": "4.4.3",
912
"installREnv": "true",

0 commit comments

Comments
 (0)