I am trying to map TensorBoard from TensorFlow to Docker in Google Cloud.
http://tensorflow.org/how_tos/summaries_and_tensorboard/index.md
tensorboard --logdir ./
I have Apache running on Google Cloud (this may be in my first container โai-unicorn.โ โDockerโ created its own โdocker platformโ for containers). I see the default page from Google Cloud at http://104.197.119.57/ .
I run TensorBoard on Google Cloud as follows:
root@6cf64fd299f0 :/# tensorboard --logdir ./ Starting TensorBoard on port 6006 (You can navigate to http://localhost:6006)
I tried the Google Cloud SSH option called "Open in a browser window on a user port" using port 6006.
Displayed: "We cannot connect to the VM on port 6006."
What is the right way to view TensorBoard from Google Cloud?
docker tensorflow google-cloud-platform tensorboard
technologiclee
source share