Skip to content

Commit 1099f62

Browse files
authored
mark gpu optional
Should automatically do `"runArgs": ["--gpus=all"]` where available, vis microsoft/vscode-remote-release#6989
1 parent 84eee65 commit 1099f62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"hostRequirements": {
44
"cpus": 2,
55
"memory": "8gb",
6-
"storage": "32gb"
6+
"storage": "32gb",
7+
"gpu": "optional"
78
},
89
"name": "SIRF-Exercises",
910
//"initializeCommand": "docker system prune --all --force",

0 commit comments

Comments
 (0)