File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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+ }
You can’t perform that action at this time.
0 commit comments