dash00 / tensorflow-python3-jupyter

Tensorflow + Python3 + Jupyter Notebook + sklearn, and a full tutorial on how to use
https://hub.docker.com/r/dash00/tensorflow-python3-jupyter/
MIT License
4 stars 9 forks source link

some question #1

Open Interesting6 opened 5 years ago

Interesting6 commented 5 years ago

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?

thank you!

Interesting6 commented 5 years ago

besides, I pull it to my mac(high sierra10.13.6), it doesn't work. the terminal raise an error about the permission, ~/notebook is not allowed.