Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update the readme to current image names #80

Merged
merged 1 commit into from
Mar 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 24 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,42 @@
# Renku Jupyter images

This repository contains the Dockerfiles to build Jupyter notebook images
to use with the Renku platform.

& other interactive environments to use with the Renku platform.
These images contain minimal dependencies as well as a verison of `renku-python`.
https://hub.docker.com/r/renku/renkulab/tags

## Building

Building is done with `make`, e.g.

```
make base
```

will build the `renku/singleuser` image

or

```
make all
```

will build all the currently-supported images.
Build with Docker by running `docker build -t <name:tag> .` in the directory
of the image you would like to build.

## Current images

### Base
### py3.7

The basic Jupyter image with minimal dependencies.

The basic Jupyter image with minimal dependencies
Currently with python 3.7.

### R
### r3.6.1

Based on the rocker docker image: https://github.com/rocker-org/binder,
chosen because rocker keeps a more up-to-date version of R than conda.
Includes the R Jupyter kernel as well as RStudio. To access RStudio,
simply replace `/lab` or `/tree` with `/rstudio` in the URL.

### Cuda
Currently with R 3.6.1.

### bioc3_10

Based on the bioconductor docker image: https://github.com/Bioconductor/bioconductor_docker.

Currently with bioconductor 3_10.

### cuda9.2

Based on the basic jupyter image with CUDA 9.2 installed.

### cuda10.0-tf1.14

Image with CUDA 9.2 installed.
Based on the basic jupyter image with CUDA 10.0 and Tensorflow 1.14 installed.