enhanced version of rocker/verse image for use with AWS
397
The image is an extension to the rocker/verse template. Read more about the extension in our github repository
To store your notebooks, you need to have a local folder, for instance /home/user/my_code
Then just start the container with
docker run --rm -v /home/user/my_code:/home/rstudio -p 8787:8787 tuteco/rstudio_datascience_verse:latest
This setup will not allow you to connect to AWS. To achieve this, we have created you need a docker-compose setup in a cookiecutter template in GitHub.
Content type
Image
Digest
Size
1.8 GB
Last updated
over 4 years ago
docker pull tuteco/rstudio_datascience_verse