Skip to content

Commit

Permalink
updated docker link
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachGlassman committed Jan 6, 2018
1 parent d4359f5 commit 512a224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A [finished example](https://lemurian.herokuapp.com) that demonstrates some basi
`heroku config:add BUILDPACK_URL=https://github.com/kennethreitz/conda-buildpack.git`

The advantages of conda include easier virtual environment management and fast package installation from binaries (as compared to the compilation that pip-installed packages sometimes require).
One disadvantage is that binaries take up a lot of memory, and the slug pushed to Heroku is limited to 300 MB. Another note is that the conda buildpack is being deprecated in favor of a Docker solution (see [docker branch](https://github.com/thedataincubator/flask-framework/tree/docker/app) of this repo for an example).
One disadvantage is that binaries take up a lot of memory, and the slug pushed to Heroku is limited to 300 MB. Another note is that the conda buildpack is being deprecated in favor of a Docker solution (see [docker branch](https://github.com/thedataincubator/flask-framework/tree/docker) of this repo for an example).
- Deploy to Heroku: `git push heroku master`
- You should be able to see your site at `https://<app_name>.herokuapp.com`
- A useful reference is the Heroku [quickstart guide](https://devcenter.heroku.com/articles/getting-started-with-python-o).
Expand Down

0 comments on commit 512a224

Please sign in to comment.