Skip to content

Commit 2392fb4

Browse files
committed
Add: mamba
1 parent 5847936 commit 2392fb4

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.devcontainer/devcontainer.json

+16-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,23 @@
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm",
77
"features": {
8-
"ghcr.io/devcontainers-extra/features/copier:7": {},
9-
"ghcr.io/devcontainers-extra/features/hatch:2": {},
8+
"ghcr.io/devcontainers-extra/features/copier:7": {
9+
"version": "latest"
10+
},
11+
"ghcr.io/devcontainers-extra/features/hatch:2": {
12+
"version": "latest"
13+
},
1014
"ghcr.io/prulloac/devcontainer-features/pre-commit:1": {},
11-
"ghcr.io/devcontainers-extra/features/black:2": {},
12-
"ghcr.io/devcontainers-extra/features/isort:2": {}
15+
"ghcr.io/devcontainers-extra/features/black:2": {
16+
"version": "latest"
17+
},
18+
"ghcr.io/devcontainers-extra/features/isort:2": {
19+
"version": "latest"
20+
},
21+
"ghcr.io/rocker-org/devcontainer-features/miniforge:2": {
22+
"version": "latest",
23+
"variant": "Miniforge3"
24+
}
1325
},
1426
// Features to add to the dev container. More info: https://containers.dev/features.
1527
// "features": {},

0 commit comments

Comments
 (0)