Sign inSign up

opengeohub/rspec-ide

By opengeohub

Updated almost 5 years ago

Image
0

105

opengeohub/rspec-ide repository overview

opengeohub/rspec-ide

This image is a modification of rocker/rstudio that includes the recent versions of R (>= 4.1.1) and the packages mlr3, [tensorflow]((https://tensorflow.rstudio.com), prospectr and simplerspec.

Usage

All the available options of rocker/rstudio works in this image

  1. Download image:
docker pull opengeohub/rspec-ide:v4.1.1-mkl
  1. Create the container (change the first 8787 to start the rstudio in a different port)
docker run -d --restart=always --name ossl_rspec_ide -v /mnt:/mnt -p 8787:8787 -e PASSWORD=opengeohub -e ROOT=TRUE opengeohub/rspec-ide:v4.1.1-mkl
  1. Access the Rstudio through http://localhost:8787 using the credentials:
  • Username: opengeohub
  • Password: opengeohub
  1. Setup the tensorflow in rstudio:
library(tensorflow)
install_tensorflow()

Tag summary

Content type

Image

Digest

Size

5.1 GB

Last updated

almost 5 years ago

docker pull opengeohub/rspec-ide:v4.1.1-mkl