mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 17:26:04 +00:00
16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "docker/dev-cuda12.1.dockerfile",
|
|
"context": "."
|
|
},
|
|
"runArgs": ["--gpus", "all"],
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/github-cli:1": {},
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["ms-vscode.cmake-tools"]
|
|
}
|
|
}
|
|
}
|