-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I'm so sorry to disturb you in this way, since I can't find your email.
I have a question about this repository, that is:
when use Jupyter Notebook and Tensorboard in the same time,
your command is
$ docker run --name notebooks -d -v /$(pwd)/notebooks:/notebooks -v /$(pwd)/logs:/logs -p 8888:8888 dash00/tensorflow-python3-jupyter /run_jupyter.sh --allow-root --NotebookApp.token=''
$ docker run --name board -d -v /$(pwd)/logs:/logs -p 6006:6006 dash00/tensorflow-python3-jupyter tensorboard --logdir /logs
Doesn't that mean running two containers?
-
Why the tensor computation graph written in notebook(in container notebook) could show in other container tensorboard? I think they are in two different container environment.
-
Can use Jupyter Notebook and Tensorboard in the same time and just generate one container?
thank you!
Metadata
Metadata
Assignees
Labels
No labels