Skip to content

Commit e4f928c

Browse files
committed
remove specific cpu core alloc
1 parent 9be6d3b commit e4f928c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
},
77
"runArgs": [
88
"--gpus",
9-
"all",
10-
"--cpuset-cpus",
11-
"0-1,3-5,7-23"
9+
"all"
1210
],
1311
"remoteEnv": {
1412
"SSH_AUTH_SOCK": "/tmp/ssh-agent.sock"

0 commit comments

Comments
 (0)