From 2007ba2f410f2e9ad3d86b9506e0c20714765b27 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 20 Jan 2021 12:14:16 +0300 Subject: [PATCH] Improve binder image --- binder/Dockerfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/binder/Dockerfile b/binder/Dockerfile index df6761d3..2ac350f6 100644 --- a/binder/Dockerfile +++ b/binder/Dockerfile @@ -1,5 +1,12 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -FROM jupyter/base-notebook:aec555e49be6 + +# https://hub.docker.com/r/jupyter/base-notebook/tags +ARG BASE_CONTAINER=jupyter/base-notebook:aec555e49be6 +FROM $BASE_CONTAINER + +LABEL maintainer="Jupyter Project " + ENV TAG="aec555e49be6" COPY binder/README.ipynb . +RUN fix-permissions README.ipynb