This is a Heroku buildpack for adding a Julia binary to your environment.
- Buildpack:
0.3
- Julia:
1.0.0
Add this line to the .buildpacks file in your project:
https://github.com/pinx/heroku-buildpack-julia.git
or use the command heroku buildpacks:set https://github.com/pinx/heroku-buildpack-julia.git
In your project, create a file package.jl
with any
Julia code you want to run after installation.
Inspiration for this buildpack was taken from:
- https://github.com/dscout/wkhtmltopdf-buildpack
- https://github.com/HashNuke/heroku-buildpack-elixir
I use these buildpacks on my dokku host.