Created
August 1, 2016 23:07
-
-
Save wangkuiyi/d5547ec0231a6e39cec3e7180c7cec08 to your computer and use it in GitHub Desktop.
Retrieve Docker image's tags and run corresponding version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -u _token:$(gcloud auth print-access-token) https://gcr.io/v2/tensorflow/tensorflow/tags/list | |
docker run --rm -it gcr.io/tensorflow/tensorflow:r0.9rc0 /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment