Skip to content

Instantly share code, notes, and snippets.

@wangkuiyi
Created August 1, 2016 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wangkuiyi/d5547ec0231a6e39cec3e7180c7cec08 to your computer and use it in GitHub Desktop.
Save wangkuiyi/d5547ec0231a6e39cec3e7180c7cec08 to your computer and use it in GitHub Desktop.
Retrieve Docker image's tags and run corresponding version
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