Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SciDevs/heroku-buildpack-python-scikit-learn-git

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: Python with Scikit-Learn from HEAD

This is a Heroku buildpack for Python apps. It uses virtualenv and pip.

Usage

Example usage:

$ ls
Procfile  requirements.txt  web.py

Make sure to use this repo URL:

$ heroku create --stack cedar --buildpack git@github.com:everysignalinc/heroku-buildpack-python-scikit-learn-git.git

$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom build pack... done
-----> Python app detected
-----> Preparing virtualenv version 1.6.4
       New python executable in ./bin/python
       Installing setuptools............done.
       Installing pip...............done.
-----> HUGE numpy compile output

       Cleaning up...

The buildpack will detect your app as Python if it has the file requirements.txt in the root.

About

Python buildpack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.4%
  • Shell 37.6%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.