Skip to content

Commit 833a74a

Browse files
committed
add bind_all
1 parent b732692 commit 833a74a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python-ff/service-defs/tensorboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"command": [
1111
"{runtime_path}",
1212
"-m", "tensorboard.main",
13-
"--host", "0.0.0.0",
14-
"--port", "{ports[0]}"
13+
"--port", "{ports[0]}",
14+
"--bind_all"
1515
],
1616
"allowed_arguments": [
1717
"--logdir"

vendor/ngc-tensorflow/service-defs/tensorboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"command": [
1111
"{runtime_path}",
1212
"-m", "tensorboard.main",
13-
"--host", "0.0.0.0",
14-
"--port", "{ports[0]}"
13+
"--port", "{ports[0]}",
14+
"--bind_all"
1515
],
1616
"allowed_arguments": [
1717
"--logdir"

0 commit comments

Comments
 (0)