Skip to content

Commit 754b7be

Browse files
committed
fix nvidia error
1 parent 1cd1567 commit 754b7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"runArgs": [
29-
"--runtime=nvidia",
29+
// "--runtime=nvidia",
3030
"--gpus=all"
3131
]
3232
// Features to add to the dev container. More info: https://containers.dev/features.

0 commit comments

Comments
 (0)