Improve binder image

This commit is contained in:
Ayaz Salikhov
2021-01-20 12:14:16 +03:00
parent c42722bb94
commit 2007ba2f41

View File

@@ -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 <jupyter@googlegroups.com>"
ENV TAG="aec555e49be6"
COPY binder/README.ipynb .
RUN fix-permissions README.ipynb