Skip to content

Commit 5a076c8

Browse files
authored
Add a setting that slightly speeds up invoking the dsa plugin. (#1126)
1 parent 21c9f52 commit 5a076c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/dsa/cli/slicer_cli_list.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"MONAILabelAnnotation": {
3-
"type" : "python"
3+
"type": "python",
4+
"docker-params": {
5+
"network_mode": "host"
6+
}
47
},
58
"MONAILabelTraining": {
69
"type" : "python"

0 commit comments

Comments
 (0)