mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-19 07:52:56 +00:00
Improve binder image
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Copyright (c) Jupyter Development Team.
|
# Copyright (c) Jupyter Development Team.
|
||||||
# Distributed under the terms of the Modified BSD License.
|
# 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"
|
ENV TAG="aec555e49be6"
|
||||||
COPY binder/README.ipynb .
|
COPY binder/README.ipynb .
|
||||||
|
RUN fix-permissions README.ipynb
|
||||||
|
Reference in New Issue
Block a user