I'm new with tensorflow but I seem not to understand some stuff.
I installed TF with docker container ( docker run -d -it gcr.io/tensorflow/tensorflow:latest-devel) which creates my container with tensor flow inside.
I'm now trying to use Inceptionv3 ( https://www.tensorflow.org/versions/r0.9/how_tos/image_retraining/index.html) but id doesn't work and I can't find "tensorflow/examples/image_retraining:retrain" anywhere in my container
I thought my installation was the problem so I started a new ubuntu container and tried to install tensor flow,bazel and everything by hand but it's not working.
Does someone have any idea how I could solve my problem.
Thank you for your help!