Skip to content

Commit ea13b7b

Browse files
committed
tensorboard service-defs for tensorflow 1.x
1 parent 858b4a4 commit ea13b7b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"prestart": [
3+
{
4+
"action": "mkdir",
5+
"args": {
6+
"path": "/home/work/logs"
7+
}
8+
}
9+
],
10+
"command": [
11+
"{runtime_path}",
12+
"-m", "tensorboard.main",
13+
"--host", "0.0.0.0",
14+
"--port", "{ports[0]}"
15+
],
16+
"allowed_arguments": [
17+
"--logdir"
18+
],
19+
"default_arguments": {
20+
"--logdir": "/home/work/logs"
21+
}
22+
}

0 commit comments

Comments
 (0)