Closed pierrepo closed 4 years ago
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:
By:
Here: https://github.com/plasmabio/plasma/blob/master/docs/contributing/local.rst#pull-the-repo2docker-docker-image
The Contributing part of the documentation explains how to install plasma locally.
To pull the the repo2docker Docker image, the command
failed:
and should be replaced by:
as in tljh-repo2docker.