This container is built on top of CyVerse's RStudio Verse image, with Stan, rstan, brms, and tidybayes installed.
| image | tag | size | metrics | build | status |
|---|---|---|---|---|---|
To run the RStudio container, you must first pull them from DockerHub, or activate a CyVerse Account.
A Docker container for running RStudio is hosted on DockerHub.
docker pull harbor.cyverse.org/vice/rstudio/stan:<TAG>
docker run -it --rm -d harbor.cyverse.org/vice/rstudio/stan:<TAG>
The default username is rstudio and default password is rstudio1
Unless you plan on making changes to this container, you should just use the existing launch button above.
To test the container locally:
docker run -it --rm -v /$HOME:/app --workdir /app -p 8888:8888 -e REDIRECT_URL=http://localhost:8888 cyversevice/jupyterlab-base:<TAG>