noltron000 / demnistify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps

  1. build local contents to image docker build ./
  2. tag the local image docker tag 123456abcdef
  3. tag the local & remote images docker tag local-image:tagname username/reponame:tagname
  4. docker image tag 2ec69fa4b332 mnist

Push a repo:

  • docker push username/reponame:tagname
  • docker push noltron000/flask_app:latest

About


Languages

Language:Jupyter Notebook 88.6%Language:Python 10.9%Language:Dockerfile 0.5%