Skip to content

Commit 80795a7

Browse files
authored
Merge pull request #1 from gitpod-samples/chore/improve
Include `--gpus=all`
2 parents 5dc6260 + fc19ed7 commit 80795a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"gpu": "optional"
55
},
66
"runArgs": [
7+
"--gpus=all",
78
"--privileged"
89
],
910
"mounts": [
@@ -13,4 +14,4 @@
1314
"features": {
1415
"ghcr.io/devcontainers/features/nvidia-cuda:1": {}
1516
}
16-
}
17+
}

0 commit comments

Comments
 (0)