Merge pull request #1220 from mathbunnyru/master

Update image used in binder
This commit is contained in:
Romain
2021-01-20 07:17:43 +01:00
committed by GitHub
2 changed files with 5 additions and 4 deletions

View File

@@ -43,8 +43,9 @@ This change is tracked in the issue [#1217](https://github.com/jupyter/docker-st
## Quick Start
You can try a
[recent build of the jupyter/base-notebook image on mybinder.org](https://mybinder.org/v2/gh/jupyter/docker-stacks/master?filepath=README.ipynb)
by simply clicking the preceding link. Otherwise, the two examples below may help you get started if
[relatively recent build of the jupyter/base-notebook image on mybinder.org](https://mybinder.org/v2/gh/jupyter/docker-stacks/master?filepath=README.ipynb)
by simply clicking the preceding link. The image used in binder was last updated on 19 Jan 2021.
Otherwise, the two examples below may help you get started if
you [have Docker installed](https://docs.docker.com/install/) know
[which Docker image](http://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html) you
want to use, and want to launch a single Jupyter Notebook server in a container.

View File

@@ -1,5 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
FROM jupyter/base-notebook:17aba6048f44
ENV TAG="17aba6048f44"
FROM jupyter/base-notebook:aec555e49be6
ENV TAG="aec555e49be6"
COPY binder/README.ipynb .