mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-10 13:37:56 -05:00
22 lines
323 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|