Skip to content

Commit a122809

Browse files
committed
fix: add missing tensorboard argument
1 parent ed47978 commit a122809

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-tensorflow/service-defs/tensorboard.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"command": [
1111
"{runtime_path}",
1212
"-m", "tensorboard.main",
13-
"--port", "{ports[0]}"
13+
"--port", "{ports[0]}",
14+
"--bind_all"
1415
],
1516
"allowed_arguments": [
1617
"--logdir"

0 commit comments

Comments
 (0)