Skip to content

Commit c343a73

Browse files
committed
add TensorBoard for common kernels in service-defs
1 parent 079e653 commit c343a73

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

commons/service-defs/tensorboard.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@
1010
"command": [
1111
"{runtime_path}",
1212
"-m", "tensorboard.main",
13-
"--logdir", "/home/work/logs",
1413
"--host", "0.0.0.0",
1514
"--port", "{ports[0]}",
1615
"--debugger_port", "6064"
17-
]
16+
],
17+
"allowed_arguments": [
18+
"--logdir"
19+
],
20+
"default_arguments": {
21+
"--logdir": "/home/work/logs"
22+
}
1823
}

0 commit comments

Comments
 (0)