Sign inSign up

opengeohub/rspec

By opengeohub

Updated almost 5 years ago

Image
0

51

opengeohub/rspec repository overview

opengeohub/rspec

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 the (image](https://hub.docker.com/repository/registry-1.docker.io/opengeohub/r-geo/tags?page=1):
docker pull opengeohub/rspec:v4.1.1-mkl
  1. Create the container (change the first 8787 to start the rstudio in a different port)
docker run -it --rm --name ossl_rspec -v /mnt:/mnt opengeohub/rspec:v4.1.1-mkl
  1. Setup the tensorflow in R console:
library(tensorflow)
install_tensorflow()

Tag summary

Content type

Image

Digest

Size

3.9 GB

Last updated

almost 5 years ago

docker pull opengeohub/rspec:v4.1.1-mkl