File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22// README at: https://github.com/devcontainers/templates/tree/main/src/python
33{
44 "name" : " Python 3" ,
5- // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
65 "image" : " mcr.microsoft.com/devcontainers/python:1-3.12-bullseye" ,
76
8- // Features to add to the dev container. More info: https://containers.dev/features.
9- // "features": {},
10-
11- // Use 'forwardPorts' to make a list of ports inside the container available locally.
12- // "forwardPorts": [],
13-
14- // Use 'postCreateCommand' to run commands after the container is created.
15- // "postCreateCommand": "pip3 install --user -r requirements.txt",
16-
177 // Configure tool-specific properties.
188 "customizations" : {
199 "vscode" : {
2212 ]
2313 }
2414 }
25-
26- // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
27- // "remoteUser": "root"
2815}
You can’t perform that action at this time.
0 commit comments