Commit 07eb788e authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #788 from parente/add-binder

[ci skip] ARG does not survive past FROM
parents e8ac9980 6abf8031
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
ARG TAG=17aba6048f44
FROM jupyter/base-notebook:$TAG
ENV TAG=$TAG
FROM jupyter/base-notebook:17aba6048f44
ENV TAG="17aba6048f44"
COPY binder/README.ipynb .
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment