Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 2.09 KB

README.md

File metadata and controls

42 lines (34 loc) · 2.09 KB

rocker-bayesian

Project Status: Active – The project has reached a stable, usable state and is being actively developed. ci

-

What is inside

This is a Docker Image for a RStudio environement based on rocker/verse from the awesome Rocker Project with the following Tools added for Bayesian modelling:

How to use it

Since this image is based on rocker/verse, I suggest their excellent documentation on how to use it: Using the RStudio image

in a nutshell:

get the image from docker hub:

docker pull mavelli/rocker-bayesian

run a container:

docker run -d -p 8787:8787 mavelli/rocker-bayesian

connect to rstudio in a webbrowser at

localhost:8787