Skip to content

Commit 19ce255

Browse files
committed
Removed tensorboard autostart
1 parent 60572c4 commit 19ce255

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,5 @@
6969
"postCreateCommand": "mkdir -p logs && mkdir -p models && mkdir -p data",
7070

7171
// Use 'postAttachCommand' to run TensorBoard
72-
"postAttachCommand": {
73-
"tensorboard": "tensorboard --logdir=logs --bind_all"
74-
}
72+
"postAttachCommand": ""
7573
}

0 commit comments

Comments
 (0)