Skip to content

Instantly share code, notes, and snippets.

@bgweber
Created February 17, 2020 17:09
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 bgweber/f38caacaa60d5d0505cfd709a594d4d5 to your computer and use it in GitHub Desktop.
Save bgweber/f38caacaa60d5d0505cfd709a594d4d5 to your computer and use it in GitHub Desktop.
cat serving.json | sudo docker login -u _json_key --password-stdin https://us.gcr.io
sudo docker tag model_service us.gcr.io/serving-268422/model_service
sudo docker push us.gcr.io/serving-268422/model_service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment