File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 33{
44 "name" : " Python Tutorial" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " ghcr.io/empa-scientific-it/python-tutorial:cpu-arm64 " ,
6+ "image" : " ghcr.io/empa-scientific-it/python-tutorial:latest " ,
77
88 // Features to add to the dev container. More info: https://containers.dev/features.
99 // "features": {},
1010
1111 // Use 'forwardPorts' to make a list of ports inside the container available locally.
12- "forwardPorts" : [8888 ],
12+ // "forwardPorts": [],
1313
1414 // Use 'postCreateCommand' to run commands after the container is created.
1515 // "postCreateCommand": "pip3 install --user -r requirements.txt",
2525 " ms-vsliveshare.vsliveshare"
2626 ]
2727 }
28- },
29-
30- "remoteUser" : " jovyan" ,
31- "containerUser" : " jovyan" ,
32- "containerEnv" : {
33- "UID" : " 1000" ,
34- "GID" : " 100"
3528 }
3629}
You can’t perform that action at this time.
0 commit comments