Skip to content
/ Rulia Public

Create a docker image with R, Julia, and shiny-server

License

Notifications You must be signed in to change notification settings

jjlynch2/Rulia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rulia

Create a docker image with R, Julia, and shiny-server for deploying R-based shiny apps that rely on Julia. It's setup to precompile your julia code as a module into a sysimage to speed up the initial loading of the Julia environment. This uses the rocker/shiny docker image.

Installation

git clone https://github.com/jjlynch2/Rulia
docker build -t myapp .
docker run -d -p 4444:3838 myapp

Access app

http://localhost:4444/MyApp/

About

Create a docker image with R, Julia, and shiny-server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published