Skip to content

Commit e8b3c1d

Browse files
committed
fixed configuration of tensorboard
1 parent 70ed6e8 commit e8b3c1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

0 commit comments

Comments
 (0)