plasmabio / plasma

Plasma is an e-learning Jupyter-based platform for data analysis

Home Page:https://docs.plasmabio.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix some typos in contributing / documentation

pierrepo opened this issue · comments

The Contributing part of the documentation explains how to install plasma locally.

To pull the the repo2docker Docker image, the command

docker pull jupyter/repo2docker

failed:

Using default tag: latest
Error response from daemon: manifest for jupyter/repo2docker:latest not found: manifest unknown: manifest unknown

and should be replaced by:

docker pull jupyter/repo2docker:master

as in tljh-repo2docker.

I propose to update the documentation accordingly.

Good catch.

The fix is indeed to change:

docker pull jupyter/repo2docker

By:

docker pull jupyter/repo2docker:master

Here: https://github.com/plasmabio/plasma/blob/master/docs/contributing/local.rst#pull-the-repo2docker-docker-image