Skip to content

Commit

Permalink
fix: add python setup to dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Oct 23, 2024
1 parent b43b61c commit 2dca4bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"image": "mcr.microsoft.com/devcontainers/miniconda:0-3",

"features": {
"ghcr.io/devcontainers-contrib/features/hatch:2": {}
"ghcr.io/devcontainers-contrib/features/hatch:2": {},
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"installJupyterlab": true,
"version": "3.11"
}
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit 2dca4bf

Please sign in to comment.