Skip to content

ruslangrimov/heroku-pytorch-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to deploy your pytorch model on heroku

cd path/with/Dockerfile

heroku login
# pass init "Name"  # if you use "credsStore": "pass" in ~/.docker/config.json
heroku container:login

heroku create
heroku container:push web -a your_app_name
heroku container:release web -a your_app_name
heroku logs --tail -a your_app_name

Open https://your_app_name.herokuapp.com/static/test.html in a browser

About

Example of deploying pytorch model on heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors