Skip to content

Commit 29995ac

Browse files
authored
Merge pull request #4 from switchbox-data/use-os-provided
use os-provided python version to avoid building from source
2 parents 10518cd + 5d096a0 commit 29995ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.devcontainer/devcontainer.json.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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": "3.13" }{% endif %}{% if r_data_science %},
6+
"ghcr.io/devcontainers/features/python:1": { "version": "os-provided" }{% endif %}{% if r_data_science %},
77
"ghcr.io/rocker-org/devcontainer-features/r-rig:1": {
88
"version": "4.4.3",
99
"installREnv": "true",

0 commit comments

Comments
 (0)