Asaad Almutareb
added hf publishing workflow
f1c20e4
raw
history blame
793 Bytes
{
"name": "poetry3-poetry-pyenv",
"build": {
"dockerfile": "Dockerfile"
},
// πŸ‘‡ Features to add to the Dev Container. More info: https://containers.dev/implementors/features.
// "features": {},
// πŸ‘‡ Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// πŸ‘‡ Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "",
// πŸ‘‡ Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions":["ms-python.python","njpwerner.autodocstring","ms-azuretools.vscode-docker","qwtel.sqlite-viewer"]
}
}
// πŸ‘‡ Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}