We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faaa9c commit 4c0adbaCopy full SHA for 4c0adba
1 file changed
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Python 3",
3
- "image": "mcr.microsoft.com/vscode/devcontainers/python:3.13",
+ "image": "mcr.microsoft.com/devcontainers/python:3.13",
4
"forwardPorts": [8000],
5
"postCreateCommand": "pip install -r requirements.txt",
6
"customizations": {
0 commit comments