Skip to content

Commit 232c9cf

Browse files
committed
Removed unused features
1 parent dc9c235 commit 232c9cf

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,12 @@
44
"name": "MongoDB Query API Python Lab - Dev Container",
55
"dockerComposeFile": "docker-compose.yml",
66
"service": "jedee",
7-
"features": {
8-
"ghcr.io/devcontainers/features/java:1": {
9-
"version": "21",
10-
"installMaven": "true",
11-
"mavenVersion": "3.9.10"
12-
},
13-
// https: //github.com/devcontainers/features/tree/main/src/python
14-
"ghcr.io/devcontainers/features/python:1": {
15-
"version": "3.12"
16-
},
17-
"ghcr.io/devcontainers/features/dotnet:2.3.0": {
18-
"version": "9.0",
19-
"installUsingApt": true
20-
}
21-
},
7+
"features": {},
228
"updateContentCommand": "bash .devcontainer/setup.sh && bash .devcontainer/install-mongodb-db-tools.sh && bash .devcontainer/import.sh",
239
"postCreateCommand": "",
2410
"postAttachCommand": "",
2511
"postStartCommand": "jupyter trust && jupyter trust python/*.ipynb && jupyter notebook python/*.ipynb --allow-root",
26-
"customizations": {
12+
"customizations": {
2713
"vscode": {
2814
"extensions": [
2915
"ms-toolsai.jupyter",
@@ -38,10 +24,8 @@
3824
],
3925
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}"
4026
// Use 'postCreateCommand' to run commands after the container is created.
41-
4227
// Configure tool-specific properties.
4328
// "customizations": {},
44-
4529
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
4630
// "remoteUser": "root"
47-
}
31+
}

0 commit comments

Comments
 (0)