{ "name": "Basic Python", "build": { "dockerfile": "Dockerfile" }, "remoteUser": "vscode", "postStartCommand": "bash .devcontainer/post-install.sh", "customizations": { "vscode": { "extensions": [ "ms-python.python", "ms-azuretools.vscode-docker", "ms-toolsai.jupyter" ] } } }