tensorflow-tutorial icon indicating copy to clipboard operation
tensorflow-tutorial copied to clipboard

Docker

Open alexhallam opened this issue 9 years ago • 0 comments

Hi alrojo,

I am sure that most people have had some experience with docker. I have never used it so I had some difficulty getting Tensorboard up with the following commands. I also checked out the man page, but it seemed that there were multiple options for one flag. Would you be able to expound on the following commands?

> docker run -p 6006:6006 -v $PATH\_TO\_FOLDER/tensorflow_tutorial:/mnt/myproject -it alrojo/tf-sklearn-cpu
> cd mnt/myproject/lab6_Kaggle
> tensorboard --logdir=tensorboard

Thanks again for the great tutorial!

alexhallam avatar Oct 06 '16 04:10 alexhallam