mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
27 lines
777 B
JSON
27 lines
777 B
JSON
{
|
|
"name": "Python Environment",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": ".."
|
|
},
|
|
"postCreateCommand": "bash .devcontainer/post_create.sh",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"editorconfig.editorconfig",
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-python.python",
|
|
"ms-python.vscode-pylance",
|
|
"ms-python.pylint",
|
|
"ms-python.isort",
|
|
"ms-python.flake8",
|
|
"ms-python.black-formatter",
|
|
"ryanluker.vscode-coverage-gutters"
|
|
],
|
|
"settings": {
|
|
"python.defaultInterpreterPath": "/opt/dev-venv/bin/python"
|
|
}
|
|
}
|
|
}
|
|
}
|