Skip to content

Commit 3e9514e

Browse files
authored
Update tensorboard.json
1 parent fc354c0 commit 3e9514e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-pytorch/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)