Files
icicle/examples/c++/msm/.devcontainer/devcontainer.json
2024-01-08 17:31:46 +02:00

22 lines
323 B
JSON

{
"name": "Icicle Examples: msm",
"build": {
"dockerfile": "Dockerfile"
},
"runArgs": [
"--gpus",
"all"
],
"postCreateCommand": [
"nvidia-smi"
],
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cmake-tools",
"ms-python.python"
]
}
}
}