Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

R Python Example

Usage

  • Build the docker image

    make build
  • To run the application locally

    make run
  • To create the Heroku application and deploy it

    heroku create --stack=container
    git push heroku main
  • Use the application

    heroku run --type=console /usr/bin/R --no-save -f /app/app.R