Skip to content

Latest commit

 

History

History

Rdatascience

docker-Rdatascience

Dockerfiles for data science in R.

git clone https://github.com/kapsner/docker_images
cd docker_images/Rdatascience

Install CPU-version

chmod +x build_rdsc.sh
./build_rdsc.sh

Install GPU-version (compiles pytorch)

chmod +x build_rdsc_gpu.sh
./build_rdsc_gpu.sh

Install Bioinformatics CPU-version

chmod +x build_rdsc_bio.sh
./build_rdsc_bio.sh

Install Radiology CPU-version

chmod +x build_rdsc_rad.sh
./build_rdsc_rad.sh

Build scripts are available in the respective sub folders. Deployment scripts are available in the ./deploy_rstudio folder. Please adapt them to your needs.

  • on your host-machine, you can open a webbrowser and go to page "localhost:8787" to see RStudio server. Login with the user-password-combination specified in the Dockerfiles and start working.

  • when you deploy a shiny app, it will be accessible via "localhost:3838"

More Infos: