2026-01-28 06:16:04 +00:00

22 lines
502 B
JSON

{
"name": "Python 3.9 Dev",
"image": "mcr.microsoft.com/devcontainers/python:3.9",
"dockerSocketPath": "unix:///run/user/1002/docker.sock",
"postCreateCommand": "pip3 install --no-cache-dir -r requirements.txt",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.debugpy"
],
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python"
}
}
},
"remoteUser": "root"
}