Skip to content

A second start

Latest
Compare
Choose a tag to compare
@darribas darribas released this 05 May 11:16
· 2 commits to main since this release
2b470a2

This release supports and incorporates the following materials:

In addition, through reticulate, the gdsrpy image contains the gds_env:9.1, which will let you run the GDS Book and the GDS Course.

Enjoy!

Install & Run

To run gdsr you will need Docker on your machine. Once
ready, you can install the container by typing:

docker pull darribas/gdsr

Or if you want a Python distribution as well:

docker pull darribas/gdsrpy

Make sure to have a stable and good internet connection as the images are about 8G and 13G, respectively.

You can boot up the server by:

docker run --rm -ti -e PASSWORD=<your password> -v /folder/to/mount:/home/rstudio/work -p 8787:8787 gdsr

And point your browser to localhost:8787 to access Rstudio (use the user rstudio and the password you have set). This will mount a folder from the host on the work folder on the container side, which you can see and access when you login.